Method: Baha::Workspace#initialize
- Defined in:
- lib/baha/workspace.rb
#initialize(options) ⇒ Workspace
Returns a new instance of Workspace.
7 8 9 10 11 |
# File 'lib/baha/workspace.rb', line 7 def initialize() = {} .merge!() @directory = ['directory'] || Dir.pwd end |