Class: Monolens::Coerce::String
- Inherits:
-
Object
- Object
- Monolens::Coerce::String
- Includes:
- Lens
- Defined in:
- lib/monolens/stdlib/coerce/string.rb
Instance Attribute Summary
Attributes included from Lens
Instance Method Summary collapse
Methods included from Lens
Methods included from Lens::FetchSupport
Instance Method Details
#call(arg, world = {}) ⇒ Object
10 11 12 |
# File 'lib/monolens/stdlib/coerce/string.rb', line 10 def call(arg, world = {}) arg.to_s end |