Class: RbYAML::Representer

Inherits:
SafeRepresenter show all
Defined in:
lib/rbyaml/representer.rb

Constant Summary

Constants inherited from BaseRepresenter

BaseRepresenter::BUILTIN_FUNCTION_TYPE, BaseRepresenter::CLASSOBJ_TYPE, BaseRepresenter::FUNCTION_TYPE, BaseRepresenter::INSTANCE_TYPE, BaseRepresenter::MODULE_TYPE

Method Summary

Methods inherited from SafeRepresenter

#ignore_aliases, #represent_bool, #represent_datetime, #represent_dict, #represent_float, #represent_int, #represent_list, #represent_none, #represent_ruby, #represent_set, #represent_str, #represent_symbol, #represent_undefined, #represent_yaml_object

Methods inherited from BaseRepresenter

add_multi_representer, add_representer, #get_classobj_bases, #ignore_aliases, #initialize, #represent, #represent_data, #represent_mapping, #represent_scalar, #represent_sequence

Constructor Details

This class inherits a constructor from RbYAML::BaseRepresenter