Module: Fig::Grammar::V0::Command1

Defined in:
lib/fig/grammar/v0.rb

Instance Method Summary collapse

Instance Method Details

#to_config_statement(build_state) ⇒ Object



1021
1022
1023
1024
1025
# File 'lib/fig/grammar/v0.rb', line 1021

def to_config_statement(build_state)
  return build_state.new_v0_command_statement(
    statement_start, command_line
  )
end