Class ToplevelInstaller
In: setup.rb
Parent: Object

Methods

Constants

Version = '3.4.1'
Copyright = 'Copyright (c) 2000-2005 Minero Aoki'
TASKS = [ [ 'all', 'do config, setup, then install' ], [ 'config', 'saves your configurations' ], [ 'show', 'shows current configuration' ], [ 'setup', 'compiles ruby extentions and others' ], [ 'install', 'installs files' ], [ 'test', 'run all tests in test/' ], [ 'clean', "does `make clean' for each extention" ], [ 'distclean',"does `make distclean' for each extention" ]

Public Class methods

Public Instance methods

Task Handlers

parsearg_clean()
parsearg_distclean()

Option Parsing

parsearg_setup()
parsearg_show()
parsearg_test()

Hook Script API bases

[Validate]