Class: ComponentEmbeddedRuby::Lexer::Position
- Inherits:
-
Struct
- Object
- Struct
- ComponentEmbeddedRuby::Lexer::Position
- Defined in:
- lib/component_embedded_ruby/lexer.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#line ⇒ Object
Returns the value of attribute line.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
10 11 12 |
# File 'lib/component_embedded_ruby/lexer.rb', line 10 def column @column end |
#line ⇒ Object
Returns the value of attribute line
10 11 12 |
# File 'lib/component_embedded_ruby/lexer.rb', line 10 def line @line end |