Class: RbYAML::Token

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#end_markObject

Returns the value of attribute end_mark

Returns:

  • (Object)

    the current value of end_mark



3
4
5
# File 'lib/rbyaml/tokens.rb', line 3

def end_mark
  @end_mark
end

#start_markObject

Returns the value of attribute start_mark

Returns:

  • (Object)

    the current value of start_mark



3
4
5
# File 'lib/rbyaml/tokens.rb', line 3

def start_mark
  @start_mark
end

Instance Method Details

#__is_aliasObject



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

def __is_alias; false; end

#__is_anchorObject



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

def __is_anchor; false; end

#__is_block_endObject



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

def __is_block_end; false; end

#__is_block_entryObject



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

def __is_block_entry; false; end

#__is_block_mapping_startObject



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

def __is_block_mapping_start; false; end

#__is_block_sequence_startObject



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

def __is_block_sequence_start; false; end

#__is_directiveObject



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

def __is_directive; false; end

#__is_document_endObject



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

def __is_document_end; false; end

#__is_document_startObject



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

def __is_document_start; false; end

#__is_flow_entryObject



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

def __is_flow_entry; false; end

#__is_flow_mapping_endObject



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

def __is_flow_mapping_end; false; end

#__is_flow_mapping_startObject



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

def __is_flow_mapping_start; false; end

#__is_flow_sequence_endObject



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

def __is_flow_sequence_end; false; end

#__is_flow_sequence_startObject



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

def __is_flow_sequence_start; false; end

#__is_keyObject



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

def __is_key; false; end

#__is_scalarObject



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

def __is_scalar; false; end

#__is_stream_endObject



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

def __is_stream_end; false; end

#__is_stream_startObject



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

def __is_stream_start; false; end

#__is_tagObject



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

def __is_tag; false; end

#__is_valueObject



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

def __is_value; false; end

#hashObject



26
27
28
# File 'lib/rbyaml/tokens.rb', line 26

def hash
  object_id
end