Method: #dir

Defined in:
lib/easy_commands.rb

#dir(argument) ⇒ Object



30
31
32
# File 'lib/easy_commands.rb', line 30

def dir(argument)
  puts `dir #{argument}`
end