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