Method: DYAutomate::Command::WorkSpace#initialize
- Defined in:
- lib/DYAutomate/Command/workspace.rb
#initialize(argv) ⇒ WorkSpace
Returns a new instance of WorkSpace.
25 26 27 28 29 30 |
# File 'lib/DYAutomate/Command/workspace.rb', line 25 def initialize(argv) # @path = '/Users/cw/Documents/Dy/Apps/doing/doing' super @path = Dir.pwd puts "env == #{@env_str}" end |