module Fig::Grammar::V1Base::Set1

Public Instance Methods

to_config_statement(build_state) click to toggle source
# File lib/fig/grammar/v1_base.rb, line 713
def to_config_statement(build_state)
  return build_state.new_environment_variable_statement(
    Statement::Set, statement_start, environment_variable_name_value
  )
end