Object
# File lib/capybara/rspec/matchers.rb, line 6 def wrap(actual) if actual.respond_to?("has_selector?") actual else Capybara.string(actual.to_s) end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.