123456789_123456789_123456789_123456789_123456789_

Class: PowerAssert::Parser::Ident

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Struct
Instance Chain:
self, Struct
Inherits: Struct
  • Object
Defined in: lib/power_assert/parser.rb

Instance Attribute Summary

Instance Attribute Details

#column (rw)

[ GitHub ]

  
# File 'lib/power_assert/parser.rb', line 5

Ident = Struct.new(:type, :name, :column)

#name (rw)

[ GitHub ]

  
# File 'lib/power_assert/parser.rb', line 5

Ident = Struct.new(:type, :name, :column)

#type (rw)

[ GitHub ]

  
# File 'lib/power_assert/parser.rb', line 5

Ident = Struct.new(:type, :name, :column)