Returns:
32 33 34 35 36 37 38 39 40
# File 'lib/pencil_pusher/form.rb', line 32 def valid? @_valid ||= ( if bound? super else true end ) end