Class: Steep::Errors::UnexpectedJump
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#initialize, #location_to_str, #print_to
Constructor Details
This class inherits a constructor from Steep::Errors::Base
Instance Method Details
#to_s ⇒ Object
223 224 225 |
# File 'lib/steep/errors.rb', line 223 def to_s "#{location_to_str}: UnexpectedJump" end |