class String

Public Instance Methods

to_rvs() click to toggle source
# File lib/rvs/to_rvs.rb, line 7
def to_rvs
  Yajl::Encoder.encode(self)
end