module Fig::Grammar::V0::Command1

Public Instance Methods

to_config_statement(build_state) click to toggle source
# File lib/fig/grammar/v0.rb, line 1037
def to_config_statement(build_state)
  return build_state.new_v0_command_statement(
    statement_start, command_line
  )
end