module Roda::RodaPlugins::ViewOptions::InstanceMethods
def set_layout_options(opts)
def set_layout_options(opts) if options = @_layout_options @_layout_options = options.merge!(opts) else @_layout_options = opts end end
def set_layout_options(opts) if options = @_layout_options @_layout_options = options.merge!(opts) else @_layout_options = opts end end