Module: ConstLookup::CoreExt

Included in:
Module
Defined in:
lib/const_lookup/core_ext.rb

Instance Method Summary collapse

Instance Method Details

#const_lookup(name) ⇒ Object



5
6
7
# File 'lib/const_lookup/core_ext.rb', line 5

def const_lookup name
  ConstLookup.lookup name, self
end