module Capybara::RSpecMatcherProxies
def within(*args)
def within(*args) if block_given? within_element(*args, &Proc.new) else be_within(*args) end end
def within(*args) if block_given? within_element(*args, &Proc.new) else be_within(*args) end end