Libraries
»
uorm
(0.0.15)
»
Index
»
Uorm
»
Attributes
»
Type
»
String
»
convert
Method: Uorm::Attributes::Type::String.convert
Defined in:
lib/uorm/attributes/type.rb
.
convert
(value) ⇒
Object
57 58 59
# File 'lib/uorm/attributes/type.rb', line 57
def
convert
value
value
.
to_s
end