Skip to content

Instantly share code, notes, and snippets.

@wycats
Created October 27, 2008 22:17
Show Gist options
  • Save wycats/20213 to your computer and use it in GitHub Desktop.
Save wycats/20213 to your computer and use it in GitHub Desktop.
def add_variables(grizzly_env, env)
grizzly_env.to_hash.each do |k,v|
env[k] ||= v
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment