Class: RungerStyle::FirstArgumentIndentation

Inherits:
RuboCop::Cop::Layout::FirstArgumentIndentation
  • Object
show all
Defined in:
lib/runger_style/cops/default/first_argument_indentation.rb

Instance Method Summary collapse

Instance Method Details

#on_send(node) ⇒ Object



5
6
7
8
9
# File 'lib/runger_style/cops/default/first_argument_indentation.rb', line 5

def on_send(node)
  return if memoizing?(node)

  super
end