Method: WorkGuide::Storage#initialize
- Defined in:
- lib/work_guide/storage.rb
#initialize(name) ⇒ Storage
Returns a new instance of Storage.
7 8 9 |
# File 'lib/work_guide/storage.rb', line 7 def initialize(name) @path = work_guide_dir.join(name.to_s) end |