class CSL::Locale::Term::Registry

Public Class Methods

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