Method: RuboCop::Cop::Style::FormatString#variable_argument?
- Defined in:
- lib/rubocop/cop/style/format_string.rb
#variable_argument?(node) ⇒ Object
70 71 72 |
# File 'lib/rubocop/cop/style/format_string.rb', line 70 def_node_matcher :variable_argument?, "(send {str dstr} :% #autocorrectable?)\n" |