Method: Celerity::TextField#clear
- Defined in:
- lib/celerity/elements/text_field.rb
#clear ⇒ Object
Clear the text field.
25 26 27 28 |
# File 'lib/celerity/elements/text_field.rb', line 25 def clear assert_exists insert_string '' end |