Module: Fig::Grammar::V0::Retrieve0
- Defined in:
- lib/fig/grammar/v0.rb
Instance Method Summary collapse
Instance Method Details
#path ⇒ Object
331 332 333 |
# File 'lib/fig/grammar/v0.rb', line 331 def path elements[4] end |
#statement_start ⇒ Object
323 324 325 |
# File 'lib/fig/grammar/v0.rb', line 323 def statement_start elements[0] end |
#variable ⇒ Object
327 328 329 |
# File 'lib/fig/grammar/v0.rb', line 327 def variable elements[2] end |