class TwitterClientApp::CLI
Public Instance Methods
init(project_name)
click to toggle source
# File lib/twitter_client_app/cli.rb, line 6 def init(project_name) FileUtils.cp_r(File.expand_path('../../../example/', __FILE__), project_name) say("Files of \"#{project_name}\" project was generated.", :green) end