class Prickle::Capybara::XPath::MatchesValue

Public Instance Methods

to_s() click to toggle source
# File lib/prickle/capybara/xpath/expression.rb, line 52
def to_s
  "#{attribute}='#{@value}'"
end