Skip to content

Instantly share code, notes, and snippets.

@nagachika
Created January 22, 2015 04:54
Show Gist options
  • Save nagachika/29e7976b96506c9af93d to your computer and use it in GitHub Desktop.
Save nagachika/29e7976b96506c9af93d to your computer and use it in GitHub Desktop.
weird behavior of psych with activesupport on 2.2.0/2.1.5
gem 'activesupport'
require "psych"
p Psych.respond_to?(:load_file) # => should print "true" but print "false" when psych-2.0.11.gem was installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment