Class: RuboCop::Cop::Cop::Correction Deprecated
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Struct
|
|
Instance Chain:
self,
Struct
|
|
Inherits: |
Struct
|
Defined in: | lib/rubocop/cop/cop.rb |
Overview
Deprecated.
Instance Attribute Summary
Instance Method Summary
Instance Attribute Details
#cop (rw)
[ GitHub ]#lambda (rw)
[ GitHub ]#node (rw)
[ GitHub ]Instance Method Details
#call(corrector)
[ GitHub ]# File 'lib/rubocop/cop/cop.rb', line 18
def call(corrector) lambda.call(corrector) rescue StandardError => e raise ErrorWithAnalyzedFileLocation.new(cause: e, node: node, cop: cop) end