Class: Chop::Form::Default

Inherits:
Field
  • Object
show all
Defined in:
lib/chop/form.rb

Instance Attribute Summary

Attributes inherited from Field

#field, #label, #path, #session, #value

Instance Method Summary collapse

Methods inherited from Field

candidates, combined_css_selector, css_selector, #diff_value, #fill_in!, for, from, #get_value, #label_text, #should_include_in_diff?, #to_diff_row

Instance Method Details

#matches?Boolean

Returns:

  • (Boolean)


344
345
346
# File 'lib/chop/form.rb', line 344

def matches?
  true
end