class JbuilderTemplate

def set!(name, object = BLANK, *args)

def set!(name, object = BLANK, *args)
  options = args.first
  if args.one? && _partial_options?(options)
    _set_inline_partial name, object, options
  else
    super
  end
end