class RuboCop::AST::CsendNode

to all ‘csend` nodes within RuboCop.
node when the builder constructs the AST, making its methods available
A node extension for `csend` nodes. This will be used in place of a plain

def send_type?

def send_type?
  false
end