Class: RungerStyle::FirstArgumentIndentation
- Inherits:
-
RuboCop::Cop::Layout::FirstArgumentIndentation
- Object
- RuboCop::Cop::Layout::FirstArgumentIndentation
- RungerStyle::FirstArgumentIndentation
- 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 |