module Fig::Grammar::V0::Config0

Public Instance Methods

config_name() click to toggle source
# File lib/fig/grammar/v0.rb, line 438
def config_name
  elements[2]
end
statement_start() click to toggle source
# File lib/fig/grammar/v0.rb, line 434
def statement_start
  elements[0]
end
statements() click to toggle source
# File lib/fig/grammar/v0.rb, line 442
def statements
  elements[4]
end