Method: RuboCop::Cop::Style::StructInheritance#struct_constructor?

Defined in:
lib/rubocop/cop/style/struct_inheritance.rb

#struct_constructor?(node) ⇒ Object



52
53
54
55
# File 'lib/rubocop/cop/style/struct_inheritance.rb', line 52

def_node_matcher :struct_constructor?, "{(send (const {nil? cbase} :Struct) :new ...)\n (block (send (const {nil? cbase} :Struct) :new ...) ...)}\n"