# File lib/simple_form/wrappers/builder.rb, line 57 def optional(name, options = {}, &block) @options[name] = false use(name, options) end