Module: Heist::Scheme::Cell0

Defined in:
lib/parser/scheme.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#cellObject



156
157
158
# File 'lib/parser/scheme.rb', line 156

def cell
  elements[2]
end

#ignoreObject



148
149
150
# File 'lib/parser/scheme.rb', line 148

def ignore
  elements[0]
end

#quoteObject



152
153
154
# File 'lib/parser/scheme.rb', line 152

def quote
  elements[1]
end