Method: Work::DotFile#initialize
- Defined in:
- lib/work/dotfile.rb
#initialize(path) ⇒ DotFile
Returns a new instance of DotFile.
13 14 15 16 |
# File 'lib/work/dotfile.rb', line 13 def initialize(path) @path = path read! end |
Returns a new instance of DotFile.
13 14 15 16 |
# File 'lib/work/dotfile.rb', line 13 def initialize(path) @path = path read! end |