Check that it is installed and working:
$ ruby -e 'require "rubygems"; require "psych"; require "pp"; pp Psych.load %Q[- this\n- is\n- an array\n- of strings]'
(from https://github.com/masnick/beautify-gem/wiki/Installing-psych-on-Windows)
Check that it is installed and working:
$ ruby -e 'require "rubygems"; require "psych"; require "pp"; pp Psych.load %Q[- this\n- is\n- an array\n- of strings]'
(from https://github.com/masnick/beautify-gem/wiki/Installing-psych-on-Windows)