Class: Compel::Coercion::String
- Defined in:
- lib/compel/coercion/types/string.rb
Instance Attribute Summary
Attributes inherited from Type
Instance Method Summary collapse
Methods inherited from Type
coerce, #coerce, human_name, #initialize
Constructor Details
This class inherits a constructor from Compel::Coercion::Type
Instance Method Details
#coerce_value ⇒ Object
6 7 8 9 10 |
# File 'lib/compel/coercion/types/string.rb', line 6 def coerce_value if value.is_a?(::String) value end end |