class Chop::Form::Default

Public Instance Methods

fill_in!() click to toggle source
# File lib/chop/form.rb, line 235
def fill_in!
  field.set value
end
matches?() click to toggle source
# File lib/chop/form.rb, line 231
def matches?
  true
end