class NoSE::Serialize::StatementRepresenter

Conversion of a statement is just the text

Public Instance Methods

to_hash(*) click to toggle source

Represent as the text of the statement

# File lib/nose/serialize.rb, line 231
def to_hash(*)
  represented.text
end