Sha256: b3b11256da3f769a187e1cb995d830f50cb19645ddba9212108c93e9ede8cb81

Contents?: true

Size: 188 Bytes

Versions: 10

Compression:

Stored size: 188 Bytes

Contents

class Mechanize
  class Form
    # This class represents a Submit button in a form.
    class Button < Field ; end
    class Submit < Button; end
    class Reset  < Button; end
  end
end

Version data entries

10 entries across 10 versions & 5 rubygems

Version Path
tenderlove-mechanize-0.9.3.20090911221705 lib/mechanize/form/button.rb
domo-0.0.4 vendor/bundle/ruby/1.9.1/gems/mechanize-1.0.0/lib/mechanize/form/button.rb
aai10-mechanize-2.0.1.0 lib/mechanize/form/button.rb
neocoin-mechanize-2.0.2 lib/mechanize/form/button.rb
mechanize-2.0.1 lib/mechanize/form/button.rb
mechanize-2.0 lib/mechanize/form/button.rb
mechanize-2.0.pre.2 lib/mechanize/form/button.rb
mechanize-2.0.pre.1 lib/mechanize/form/button.rb
mechanize-1.0.1.beta.20110107104205 lib/mechanize/form/button.rb
mechanize-1.0.0 lib/mechanize/form/button.rb