Method: Pow::Base.working_directory
- Defined in:
- lib/pow/pow.rb
.working_directory ⇒ Object Also known as: cwd
Returns the path to the current working directory as a Pow::Dir object.
34 35 36 |
# File 'lib/pow/pow.rb', line 34 def self.working_directory Pow(Dir.getwd) end |