Method: Library#load_path

Defined in:
lib/library.rb

#load_pathArray Also known as: loadpath

Library’s internal load path(s). This will default to ‘[’lib’]‘ if not otherwise given.



200
201
202
# File 'lib/library.rb', line 200

def load_path
  .load_path
end