class RuboCop::RSpec::Example

def definition

def definition
  if node.send_type?
    node
  else
    node.send_node
  end
end