class Skeletoruby::Commands::CreateGemfile

Public Class Methods

call(project_name) click to toggle source
# File lib/skeletoruby/commands/create_gemfile.rb, line 6
def self.call(project_name)
  FileUtils.touch("#{project_name}/Gemfile")
end