Class: Psych::Parser::Mark
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Struct
|
|
Instance Chain:
self,
Struct
|
|
Inherits: |
Struct
|
Defined in: | ext/psych/lib/psych/parser.rb |
Instance Attribute Summary
Instance Attribute Details
#column (rw)
[ GitHub ]# File 'ext/psych/lib/psych/parser.rb', line 34
class Mark < Struct.new(:index, :line, :column)
#index (rw)
[ GitHub ]# File 'ext/psych/lib/psych/parser.rb', line 34
class Mark < Struct.new(:index, :line, :column)
#line (rw)
[ GitHub ]# File 'ext/psych/lib/psych/parser.rb', line 34
class Mark < Struct.new(:index, :line, :column)