class Muzu::Hammer

Public Instance Methods

new(name) click to toggle source
# File lib/muzu/cli.rb, line 19
def new(name)
  FileUtils::mkdir_p name#Dir.pwd
  FileUtils.copy_entry File.expand_path(File.join(File.dirname(__FILE__), '..', '..', 'packed')), Dir.pwd+'/'+name
end
serve() click to toggle source
# File lib/muzu/cli.rb, line 14
def serve
  Muzu::serve
end