Module: PostInstall

Defined in:
lib/roebe/constants/array_install_these_gem_projects.rb

Overview

#

Next, we define the post-install installation.

#

Class Method Summary collapse

Class Method Details

.runObject

#

PostInstall.run

#


110
111
112
113
114
115
# File 'lib/roebe/constants/array_install_these_gem_projects.rb', line 110

def self.run
  begin
    require 'rbt/actions/individual_actions/cookbooks/expand_cookbooks/expand_cookbooks.rb'
    RBT.expand_cookbooks
  rescue LoadError; end
end