source: extensions/gsdl-video/trunk/installed/cmdline/lib/ruby/1.8/yaml/loader.rb@ 18425

Last change on this file since 18425 was 18425, checked in by davidb, 15 years ago

Video extension to Greenstone

File size: 296 bytes
Line 
1#
2# YAML::Loader class
3# .. type handling ..
4#
5module YAML
6 class Loader
7 TRANSFER_DOMAINS = {
8 'yaml.org,2002' => {},
9 'ruby.yaml.org,2002' => {}
10 }
11 PRIVATE_TYPES = {}
12 IMPLICIT_TYPES = [ 'null', 'bool', 'time', 'int', 'float' ]
13 end
14end
Note: See TracBrowser for help on using the repository browser.