# File lib/ice_nine/freezer.rb, line 86 def self.const_lookup(namespace) const_get(namespace) if const_defined?(namespace, nil) end