Method: Interscript::Node::Tests#to_hash

Defined in:
lib/interscript/node/tests.rb

#to_hashObject



21
22
23
24
# File 'lib/interscript/node/tests.rb', line 21

def to_hash
  { :class => self.class.to_s,
    :data => @data }
end