Class: LazyResource::Types::String
- Inherits:
-
String
- Object
- String
- LazyResource::Types::String
- Defined in:
- lib/lazy_resource/types.rb
Class Method Summary collapse
Class Method Details
.parse(o) ⇒ Object
10 11 12 |
# File 'lib/lazy_resource/types.rb', line 10 def self.parse(o) o.to_s end |