Method: Forme::Serialized#to_s

Defined in:
lib/forme.rb

#to_sObject

Return a string containing the serialized content of the receiver.



630
631
632
# File 'lib/forme.rb', line 630

def to_s
  _form.serialize(self)
end