Class: RbYAML::Constructor

Inherits:
SafeConstructor show all
Included in:
RbYAMLTester3
Defined in:
lib/rbyaml/constructor.rb

Constant Summary

Constants inherited from SafeConstructor

SafeConstructor::BOOL_VALUES, SafeConstructor::INF_VALUE, SafeConstructor::NAN_VALUE, SafeConstructor::TIMESTAMP_REGEXP

Method Summary

Methods inherited from SafeConstructor

#construct_ruby, #construct_ruby_object, #construct_undefined, #construct_yaml_binary, #construct_yaml_bool, #construct_yaml_float, #construct_yaml_int, #construct_yaml_map, #construct_yaml_null, #construct_yaml_object, #construct_yaml_omap, #construct_yaml_pairs, #construct_yaml_seq, #construct_yaml_set, #construct_yaml_str, #construct_yaml_timestamp

Methods inherited from BaseConstructor

add_constructor, add_multi_constructor, #check_data, #construct_document, #construct_mapping, #construct_object, #construct_pairs, #construct_primitive, #construct_scalar, #construct_sequence, #each_document, #get_data, #initialize

Constructor Details

This class inherits a constructor from RbYAML::BaseConstructor