Class: Steep::Errors::MethodArityMismatch

Inherits:
Base
  • Object
show all
Defined in:
lib/steep/errors.rb

Instance Attribute Summary

Attributes inherited from Base

#node

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_sObject



235
236
237
# File 'lib/steep/errors.rb', line 235

def to_s
  "#{location_to_str}: MethodArityMismatch: method=#{node.children[0]}"
end