Class: Kozo::Types::String
- Inherits:
-
Kozo::Type
- Object
- Kozo::Type
- Kozo::Types::String
- Defined in:
- lib/kozo/types/string.rb
Class Method Summary collapse
Methods inherited from Kozo::Type
Class Method Details
.cast(value) ⇒ Object
6 7 8 9 10 |
# File 'lib/kozo/types/string.rb', line 6 def self.cast(value) return unless value send :String, value end |