Class: RbYAML::KeyToken

Inherits:
Token show all
Defined in:
lib/rbyaml/tokens.rb

Instance Method Summary collapse

Methods inherited from Token

#__is_alias, #__is_anchor, #__is_block_end, #__is_block_entry, #__is_block_mapping_start, #__is_block_sequence_start, #__is_directive, #__is_document_end, #__is_document_start, #__is_flow_entry, #__is_flow_mapping_end, #__is_flow_mapping_start, #__is_flow_sequence_end, #__is_flow_sequence_start, #__is_scalar, #__is_stream_end, #__is_stream_start, #__is_tag, #__is_value, #hash

Instance Method Details

#__is_keyObject



122
# File 'lib/rbyaml/tokens.rb', line 122

def __is_key; true; end

#tidObject



123
124
125
# File 'lib/rbyaml/tokens.rb', line 123

def tid
  "?"
end