Module: Fig::Grammar::V1Base::Path1

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

Instance Method Summary collapse

Instance Method Details

#to_config_statement(build_state) ⇒ Object



779
780
781
782
783
# File 'lib/fig/grammar/v1_base.rb', line 779

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