Module: Arca::TypeConversions
Instance Method Summary collapse
Instance Method Details
#r2x(x, types) ⇒ Object
5 6 7 |
# File 'lib/arca/type_conversions.rb', line 5 def r2x(x, types) convert x, types, marshall_fn end |
#x2r(x, types) ⇒ Object
9 10 11 |
# File 'lib/arca/type_conversions.rb', line 9 def x2r(x, types) convert x, types, parsing_fn end |