Class: RuboCop::Cop::Grape::Ivar
- Inherits:
-
Base
- Object
- Base
- RuboCop::Cop::Grape::Ivar
- Defined in:
- lib/rubocop/cop/grape/ivar.rb
Overview
Constant Summary collapse
- MSG =
"Don't use instance_variable"
Instance Method Summary collapse
Instance Method Details
#on_ivasgn(node) ⇒ Object
29 30 31 |
# File 'lib/rubocop/cop/grape/ivar.rb', line 29 def on_ivasgn(node) add_offense(node) end |