Method: Monotes::IO::FSDelegate#load
- Defined in:
- lib/monotes/IO/fs_delegate.rb
#load(username, repository) ⇒ Object
22 23 24 25 |
# File 'lib/monotes/IO/fs_delegate.rb', line 22 def load(username, repository) abs_path = File.join(app_path, username, "#{repository}.yaml") YAML.load_file(abs_path) end |