Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/lookup.rb
Instance Method Summary collapse
Instance Method Details
#lookup(key, err_notfound = "%s not found\n", err_ambig = "%s is ambiguous\n") ⇒ Object
68 69 70 |
# File 'lib/lookup.rb', line 68 def lookup key, err_notfound="%s not found\n", err_ambig="%s is ambiguous\n" self.keys.lookup(key, err_notfound, err_ambig) end |