Module: Fig::Grammar::V0::Set1

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

Instance Method Summary collapse

Instance Method Details

#to_config_statement(build_state) ⇒ Object



819
820
821
822
823
# File 'lib/fig/grammar/v0.rb', line 819

def to_config_statement(build_state)
  return build_state.new_environment_variable_statement(
    Statement::Set, statement_start, environment_variable_name_value
  )
end