Method: WB::Shell.create_file

Defined in:
lib/wb/shell.rb

.create_file(path) ⇒ Object



22
23
24
25
# File 'lib/wb/shell.rb', line 22

def self.create_file(path)
  mkdir_p_touch(path)
  path
end