class Capybara::Queries::SelectorQuery::Rectangle

def left_of?(other)

def left_of?(other)
  right <= other.left
end