We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c16755 commit f08fac2Copy full SHA for f08fac2
lib/braid/config.rb
@@ -1,4 +1,9 @@
1
require 'yaml'
2
+
3
+# psych throws such wonderful errors as:
4
+# `@vendor/rails' is not allowed as an instance variable name (NameError)
5
+YAML::ENGINE.yamler = 'syck' if RUBY_VERSION >= '1.9.1'
6
7
require 'yaml/store'
8
9
module Braid
0 commit comments