module Uberinstaller

Constants

VERSION

Public Class Methods

new(file) click to toggle source

Create a new instance of the Runner class in an easy way

@param [String] file

the path of the JSON configuration file
# File lib/uberinstaller.rb, line 19
def self.new(file)
  puts "#{Config.app_name} - v#{Config.app_version}"
  Uberinstaller::Runner.new file
end