Class
SafeYAML::SyckResolver
In:
lib/safe_yaml/syck_resolver.rb
Parent:
Resolver
Methods
get_node_tag
get_node_type
get_node_value
native_resolve
new
value_is_quoted?
Constants
QUOTE_STYLES
=
[ :quote1, :quote2
NODE_TYPES
=
{ Hash => :map, Array => :seq, String => :scalar
Public Class methods
new
(options={})
Public Instance methods
get_node_tag
(node)
get_node_type
(node)
get_node_value
(node)
native_resolve
(node)
value_is_quoted?
(node)
[Validate]