Method: RuboCop::Cop::Style::StringHashKeys#string_hash_key?
- Defined in:
- lib/rubocop/cop/style/string_hash_keys.rb
#string_hash_key?(node) ⇒ Object
25 26 27 |
# File 'lib/rubocop/cop/style/string_hash_keys.rb', line 25 def_node_matcher :string_hash_key?, "(pair (str _) _)\n" |