Module: Plasma::Interpreter::PlasmaGrammar::Apply1
- Defined in:
- lib/plasma/interpreter/plasma_grammar.rb
Instance Method Summary collapse
Instance Method Details
#applied ⇒ Object
1223 1224 1225 |
# File 'lib/plasma/interpreter/plasma_grammar.rb', line 1223 def applied elements[2] end |
#first ⇒ Object
1231 1232 1233 |
# File 'lib/plasma/interpreter/plasma_grammar.rb', line 1231 def first elements[4] end |
#rest ⇒ Object
1235 1236 1237 |
# File 'lib/plasma/interpreter/plasma_grammar.rb', line 1235 def rest elements[5] end |
#s ⇒ Object
1227 1228 1229 |
# File 'lib/plasma/interpreter/plasma_grammar.rb', line 1227 def s elements[3] end |
#x ⇒ Object
1219 1220 1221 |
# File 'lib/plasma/interpreter/plasma_grammar.rb', line 1219 def x elements[1] end |