Class: Peruby::Lexer::State::Frame

Inherits:
Data
  • Object
show all
Defined in:
lib/peruby/lexer/state.rb

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



8
9
10
# File 'lib/peruby/lexer/state.rb', line 8

def kind
  @kind
end

#lineObject (readonly)

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



8
9
10
# File 'lib/peruby/lexer/state.rb', line 8

def line
  @line
end

#openObject (readonly)

Returns the value of attribute open

Returns:

  • (Object)

    the current value of open



8
9
10
# File 'lib/peruby/lexer/state.rb', line 8

def open
  @open
end