Method: Copland::Configuration::Loader#add_search_path

Defined in:
lib/copland/configuration/loader.rb

#add_search_path(*paths) ⇒ Object

Add new search paths to be searched.



60
61
62
# File 'lib/copland/configuration/loader.rb', line 60

def add_search_path( *paths )
  @search_paths.concat( paths ).uniq!
end