# File lib/merb-core/controller/mixins/render.rb, line 55 def layout(layout) self.default_render_options.update(:layout => (layout || false)) end