Module: Roglew::RenderHandleExtension::ClassMethods

Defined in:
lib/roglew/render_handle_extension.rb

Instance Method Summary collapse

Instance Method Details

#functions(*args) ⇒ Object



4
5
6
7
8
9
10
# File 'lib/roglew/render_handle_extension.rb', line 4

def functions(*args)
  if args.length > 0
    list = args.pop
    get_funcions << [Set.new(args), list]
  end
  get_funcions
end