# File lib/simple_form/wrappers/single.rb, line 9 def render(input) options = input.options if options[namespace] != false content = input.send(namespace) wrap(input, options, content) if content end end