Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/rvs/to_rvs.rb
Instance Method Summary collapse
Instance Method Details
#to_rvs ⇒ Object
7 8 9 |
# File 'lib/rvs/to_rvs.rb', line 7 def to_rvs Yajl::Encoder.encode(self) end |