Class: AllGreen::Engines::SpinachEngine

Inherits:
BaseEngine
  • Object
show all
Defined in:
lib/all_green/engines/spinach.rb

Class Method Summary collapse

Methods inherited from BaseEngine

load, log, run

Class Method Details

.load_gemObject



6
7
8
# File 'lib/all_green/engines/spinach.rb', line 6

def self.load_gem
	require 'spinach'
end

.run_gemObject



10
11
12
13
14
# File 'lib/all_green/engines/spinach.rb', line 10

def self.run_gem
	cli = Spinach::Cli.new
	cli.init_reporter
	cli.run
end