module Roglew::RenderHandleExtension::ClassMethods

Public Instance Methods

functions(*args) click to toggle source
# 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

Private Instance Methods

get_funcions() click to toggle source
# File lib/roglew/render_handle_extension.rb, line 13
def get_funcions
  @functions ||= []
end