diff options
| -rw-r--r-- | lib/yaml.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/yaml.rb b/lib/yaml.rb index 2cf11fc3df..c6f0f89fd2 100644 --- a/lib/yaml.rb +++ b/lib/yaml.rb @@ -66,5 +66,6 @@ YAML = Psych # :nodoc: # # Syck can also be found on github: https://github.com/ruby/syck module YAML + # The version of YAML wrapper LOADER_VERSION = "0.4.0" end |
