Method: CodeRunner::InteractiveMethods#pwd

Defined in:
lib/coderunner/interactive_methods.rb

#pwdObject



32
33
34
# File 'lib/coderunner/interactive_methods.rb', line 32

def pwd
  puts Dir.pwd
end