Skip to content

Instantly share code, notes, and snippets.

@gchaturvedi
Created January 15, 2014 20:00
Show Gist options
  • Save gchaturvedi/8443384 to your computer and use it in GitHub Desktop.
Save gchaturvedi/8443384 to your computer and use it in GitHub Desktop.
2.0.0p353 :001 > require 'yaml'
true
2.0.0p353 :002 > blah = YAML.load_file('tddium.yml')
{
:tddium => {
:ruby_version => "ruby-2.0.0-p353"
}
}
2.0.0p353 :003 > puts blah.inspect
{:tddium=>{:ruby_version=>"ruby-2.0.0-p353"}}
nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment