diff options
Diffstat (limited to 'lib/psych.rb')
-rw-r--r-- | lib/psych.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/psych.rb b/lib/psych.rb index 0151e9f..9d136d5 100644 --- a/lib/psych.rb +++ b/lib/psych.rb @@ -1,3 +1,4 @@ +require 'psych/handler' require 'psych/parser' require 'psych/psych' |