diff options
Diffstat (limited to 'ext/syck/lib/syck/loader.rb')
-rw-r--r-- | ext/syck/lib/syck/loader.rb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ext/syck/lib/syck/loader.rb b/ext/syck/lib/syck/loader.rb deleted file mode 100644 index 925c9ee4b2..0000000000 --- a/ext/syck/lib/syck/loader.rb +++ /dev/null @@ -1,14 +0,0 @@ -# -# YAML::Loader class -# .. type handling .. -# -module Syck - class Loader - TRANSFER_DOMAINS = { - 'yaml.org,2002' => {}, - 'ruby.yaml.org,2002' => {} - } - PRIVATE_TYPES = {} - IMPLICIT_TYPES = [ 'null', 'bool', 'time', 'int', 'float' ] - end -end |