912 913 914 915 916
# File 'lib/fig/grammar/v0.rb', line 912 def to_config_statement(build_state) return build_state.new_environment_variable_statement( Statement::Path, statement_start, environment_variable_name_value ) end