Module: Fig::Grammar::V1::Set1

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

Instance Method Summary collapse

Instance Method Details

#to_config_statement(build_state) ⇒ Object



1212
1213
1214
1215
1216
# File 'lib/fig/grammar/v1.rb', line 1212

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