Module: Fig::Grammar::V1::Command1

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

Instance Method Summary collapse

Instance Method Details

#to_config_statement(build_state) ⇒ Object



1305
1306
1307
# File 'lib/fig/grammar/v1.rb', line 1305

def to_config_statement(build_state)
  return build_state.new_command_statement(statement_start, string)
end