Module: Ronin::Controls::Helpers::DirCreate

Includes:
FileSystem
Defined in:
lib/ronin/controls/helpers/dir_create.rb

Instance Method Summary collapse

Methods included from FileSystem

#chdir, #cwd, #updir!

Instance Method Details

#mkdir(path) ⇒ Object

Creates a new directory at the specified path.

Raises:

Since:

  • 0.3.0



36
37
38
# File 'lib/ronin/controls/helpers/dir_create.rb', line 36

def mkdir(path)
  raise(NotImplemented,"the mkdir method has not been implemented",caller)
end