class Capybara::Queries::SelectorQuery::Rectangle

def near?(other)

def near?(other)
  distance(other) <= 50
end