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