Method: Dill::TextField#to_s
- Defined in:
- lib/dill/widgets/text_field.rb
#to_s ⇒ Object
Returns the text field value, or the empty string if the field is empty.
17 |
# File 'lib/dill/widgets/text_field.rb', line 17 def_delegator :get, :to_s |