class Capybara::RSpecMatchers::HaveText

def text

def text
  @args[0].is_a?(Symbol) ? @args[1] : @args[0]
end