Class: Peruby::Lexer::State::Frame
- Inherits:
-
Data
- Object
- Data
- Peruby::Lexer::State::Frame
- Defined in:
- lib/peruby/lexer/state.rb
Instance Attribute Summary collapse
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#line ⇒ Object
readonly
Returns the value of attribute line.
-
#open ⇒ Object
readonly
Returns the value of attribute open.
Instance Attribute Details
#kind ⇒ Object (readonly)
Returns the value of attribute kind
8 9 10 |
# File 'lib/peruby/lexer/state.rb', line 8 def kind @kind end |
#line ⇒ Object (readonly)
Returns the value of attribute line
8 9 10 |
# File 'lib/peruby/lexer/state.rb', line 8 def line @line end |
#open ⇒ Object (readonly)
Returns the value of attribute open
8 9 10 |
# File 'lib/peruby/lexer/state.rb', line 8 def open @open end |