class YARP::LibRubyParser::YPBuffer

def to_ruby_string

Read the contents of the buffer into a String object and return it.
def to_ruby_string
  self[:value].read_string(self[:length])
end