Module: Naksh::CommandSets::Ruby

Defined in:
lib/naksh/commands/ruby.rb

Overview

this is just the handful of methods defined in File,Dir,FileUtils,IO

Class Method Summary collapse

Class Method Details

.mkdir(args) ⇒ Object

Raises:

  • (NotImplementedError)


26
27
28
# File 'lib/naksh/commands/ruby.rb', line 26

def Ruby.mkdir(args)
  raise NotImplementedError
end

.mv(args) ⇒ Object

Raises:

  • (NotImplementedError)


23
24
25
# File 'lib/naksh/commands/ruby.rb', line 23

def Ruby.mv(args)
  raise NotImplementedError
end