class Capybara::Queries::SelectorQuery::Rectangle

def right_of?(other)

def right_of?(other)
  left >= other.right
end