Module: Fig::Grammar::V2::IncludeFile1
- Defined in:
- lib/fig/grammar/v2.rb
Instance Method Summary collapse
Instance Method Details
#config ⇒ Object
181 182 183 |
# File 'lib/fig/grammar/v2.rb', line 181 def config elements[3] end |
#path ⇒ Object
177 178 179 |
# File 'lib/fig/grammar/v2.rb', line 177 def path elements[2] end |
#statement_start ⇒ Object
173 174 175 |
# File 'lib/fig/grammar/v2.rb', line 173 def statement_start elements[0] end |