Class: Yolo::Config::Install
- Inherits:
-
Object
- Object
- Yolo::Config::Install
- Defined in:
- lib/yolo/config/install.rb
Overview
The Install class provides a number of methods to install yolo into projects
Class Method Summary collapse
-
.run ⇒ Object
Runs the yolo project install.
Class Method Details
.run ⇒ Object
Runs the yolo project install
16 17 18 19 20 21 |
# File 'lib/yolo/config/install.rb', line 16 def self.run self.move_rakefile self.rename_rakefile `open Rakefile` Yolo::Formatters::ProgressFormatter.new.rakefile_created(Dir.pwd + "/Rakefile") end |