class Skeletoruby::Commands::CreateLib
Public Class Methods
call(project_name)
click to toggle source
# File lib/skeletoruby/commands/create_lib.rb, line 6 def self.call(project_name) FileUtils.mkdir_p("#{project_name}/lib") FileUtils.touch("#{project_name}/lib/.keep") end