Exception: RBI::ParseError
Instance Attribute Summary collapse
-
#location ⇒ Object
readonly
: Loc.
Instance Method Summary collapse
-
#initialize(message, location) ⇒ ParseError
constructor
: (String message, Loc location) -> void.
Constructor Details
#initialize(message, location) ⇒ ParseError
: (String message, Loc location) -> void
12 13 14 15 |
# File 'lib/rbi/parser.rb', line 12 def initialize(, location) super() @location = location end |
Instance Attribute Details
#location ⇒ Object (readonly)
: Loc
9 10 11 |
# File 'lib/rbi/parser.rb', line 9 def location @location end |