class RuboCop::AST::CsendNode

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

Public Instance Methods

send_type?() click to toggle source
# File lib/rubocop/ast/node/csend_node.rb, line 9
def send_type?
  false
end