Module: Heist::Scheme::Cells0
- Defined in:
- lib/heist/parser/scheme.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#cell ⇒ Object
462 463 464 |
# File 'lib/heist/parser/scheme.rb', line 462 def cell elements[2] end |
#dot ⇒ Object
454 455 456 |
# File 'lib/heist/parser/scheme.rb', line 454 def dot elements[0] end |
#space ⇒ Object
458 459 460 |
# File 'lib/heist/parser/scheme.rb', line 458 def space elements[1] end |