Sha256: 6cfd7183a01dd2bf523aacac1024e13bd41f2bec7d24274a420e8b57516b657b
Contents?: true
Size: 317 Bytes
Versions: 24
Compression:
Stored size: 317 Bytes
Contents
module WWW 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 end
Version data entries
24 entries across 24 versions & 5 rubygems