Class: Steep::Errors::FallbackAny
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(node:) ⇒ FallbackAny
constructor
A new instance of FallbackAny.
- #to_s ⇒ Object
Methods inherited from Base
Constructor Details
#initialize(node:) ⇒ FallbackAny
Returns a new instance of FallbackAny.
401 402 403 |
# File 'lib/steep/errors.rb', line 401 def initialize(node:) @node = node end |
Instance Method Details
#to_s ⇒ Object
405 406 407 |
# File 'lib/steep/errors.rb', line 405 def to_s "#{location_to_str}: FallbackAny" end |