# File lib/celerity/elements/text_field.rb, line 35 def set(value) assert_enabled assert_not_readonly clear type_string(value.to_s) value end