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