Method: CodeRunner::InteractiveMethods#pwd
- Defined in:
- lib/coderunner/interactive_methods.rb
#pwd ⇒ Object
32 33 34 |
# File 'lib/coderunner/interactive_methods.rb', line 32 def pwd puts Dir.pwd end |
32 33 34 |
# File 'lib/coderunner/interactive_methods.rb', line 32 def pwd puts Dir.pwd end |