Method: RuboCop::Cop::Base#on_other_file
- Defined in:
- lib/rubocop/cop/base.rb
permalink #on_other_file ⇒ Object
Called instead of all on_… callbacks for unrecognized files / syntax errors When refining this method, always call ‘super`
176 177 178 |
# File 'lib/rubocop/cop/base.rb', line 176 def on_other_file # Typically do nothing here end |