Class: RbYAML::BlockMappingStartToken

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_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_key, #__is_scalar, #__is_stream_end, #__is_stream_start, #__is_tag, #__is_value, #hash

Instance Method Details

#__is_block_mapping_startObject



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

def __is_block_mapping_start; true; end

#tidObject



81
82
83
# File 'lib/rbyaml/tokens.rb', line 81

def tid
  "<block mapping start>"
end