Method: ThemeJuice::Tasks::Landrush#initialize
- Defined in:
- lib/theme-juice/tasks/landrush.rb
#initialize(opts = {}) ⇒ Landrush
Returns a new instance of Landrush.
7 8 9 10 11 12 13 14 15 16 |
# File 'lib/theme-juice/tasks/landrush.rb', line 7 def initialize(opts = {}) super @entry = { :project => "landrush", :file => "#{@env.vm_path}/Customfile", :name => "landrush", :id => "LR" } end |