Method: Cmds#chdir
- Defined in:
- lib/cmds.rb
#chdir ⇒ nil, String | Pathname (readonly)
Optional directory to run the command in, set by the :chdir
option
in #initialize.
138 139 140 |
# File 'lib/cmds.rb', line 138 def chdir @chdir end |