class Perlbox

Public Class Methods

start() click to toggle source
# File lib/perlbox.rb, line 2
def self.start
  installer = Installer.new
  installer.install
end