Method: RuboCop::Cop::Lint::StructNewOverride#struct_new
- Defined in:
- lib/rubocop/cop/lint/struct_new_override.rb
#struct_new(node) ⇒ Object
33 34 35 36 |
# File 'lib/rubocop/cop/lint/struct_new_override.rb', line 33 def_node_matcher :struct_new, <<~PATTERN (send (const {nil? cbase} :Struct) :new ...) PATTERN |