Sha256: fcc5600fa80f01466ad3019edcbb5930c66bbab3dbb3db3cbfbda5580c649283
Contents?: true
Size: 280 Bytes
Versions: 11
Compression:
Stored size: 280 Bytes
Contents
class Mechanize class Form # This class represents a check box found in a Form. To activate the # CheckBox in the Form, set the checked method to true. class CheckBox < RadioButton def query_value [[@name, @value || "on"]] end end end end
Version data entries
11 entries across 11 versions & 6 rubygems