class RuboCop::AST::SendNode

def stabby_lambda?

Returns:
  • (Boolean) - whether this method is a staby lambda
def stabby_lambda?
  selector = loc.selector
  selector && selector.source == ARROW
end