Method: RuboCop::Cop::Security::CompoundHash#hash_method_definition?
- Defined in:
- lib/rubocop/cop/security/compound_hash.rb
#hash_method_definition?(node) ⇒ Object
38 39 40 |
# File 'lib/rubocop/cop/security/compound_hash.rb', line 38 def_node_matcher :hash_method_definition?, "{#static_hash_method_definition? | #dynamic_hash_method_definition?}\n" |