Class ToplevelInstaller
In: setup.rb
Parent: Object

Methods

Included Modules

MetaConfigAPI

Constants

Version = '3.3.1'
Copyright = 'Copyright (c) 2000-2004 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' ], [ '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()

Hook Script API bases

[Validate]