Returns a new instance of Base.
15 16 17 18 19
# File 'lib/misc/base.rb', line 15 def initialize(*args) @matches = Set.new Base.add(self) self end