Module: Heist::Scheme::Cell0
- Defined in:
- lib/heist/parser/scheme.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#cell ⇒ Object
156 157 158 |
# File 'lib/heist/parser/scheme.rb', line 156 def cell elements[2] end |
#ignore ⇒ Object
148 149 150 |
# File 'lib/heist/parser/scheme.rb', line 148 def ignore elements[0] end |
#quote ⇒ Object
152 153 154 |
# File 'lib/heist/parser/scheme.rb', line 152 def quote elements[1] end |