Method: Roby::Application#push_search_path

Defined in:
lib/roby/app.rb

#push_search_path(path) ⇒ Object

Add a path to the search path, with the lowest search priority



450
451
452
453
454
# File 'lib/roby/app.rb', line 450

def push_search_path(path)
    @search_path ||= self.search_path
    @search_path << path
    update_load_path
end