Method: Library::Domain#find

Defined in:
lib/library/domain.rb

#find(path, options = {}) ⇒ Object

Find matching library features. This is the “mac daddy” method used by the #require and #load methods to find the specified path among the various libraries and their load paths.



32
33
34
# File 'lib/library/domain.rb', line 32

def find(path, options={})
  $LEDGER.find_feature(path, options)
end