class Riveter::TypeRegistry

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/riveter/associated_type_registry.rb, line 50
def initialize
  super {|h, k| h[k] = []}
end