Skip to content

Instantly share code, notes, and snippets.

Created May 20, 2011 14:09
Show Gist options
  • Save anonymous/982962 to your computer and use it in GitHub Desktop.
Save anonymous/982962 to your computer and use it in GitHub Desktop.
~ ➔ ruby -rpsych -ryaml -e 'YAML.load("[:year]")'
/Users/headius/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/psych.rb:148:in `parse': couldn't parse YAML at line 1 column 0 (Psych::SyntaxError)
from /Users/headius/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/psych.rb:148:in `parse_stream'
from /Users/headius/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/psych.rb:119:in `parse'
from /Users/headius/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/psych.rb:106:in `load'
from -e:1:in `<main>'
~ ➔ ruby -ryaml -e 'YAML.load("[:year]")'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment