Module: SgfGrammar::PropertySet1
- Defined in:
- lib/grammar/sgf-grammar.rb
Instance Method Summary collapse
Instance Method Details
#value ⇒ Object
201 202 203 204 205 206 |
# File 'lib/grammar/sgf-grammar.rb', line 201 def value { :property => elements[0].text_value, :data => elements[1].text_value[1..-2] } end |