module Riddl::Handlers

Public Class Methods

add(name,what) click to toggle source
# File lib/ruby/riddl/handlers.rb, line 4
def self::add(name,what)
  @@handlers[name] = what
end
handlers() click to toggle source
# File lib/ruby/riddl/handlers.rb, line 7
def self::handlers
  @@handlers
end