Method: RuboCop::Cop::Style::SelfAssignment#on_lvasgn
- Defined in:
- lib/rubocop/cop/style/self_assignment.rb
#on_lvasgn(node) ⇒ Object
23 24 25 |
# File 'lib/rubocop/cop/style/self_assignment.rb', line 23 def on_lvasgn(node) check(node, :lvar) end |