module RbRotate

Public Class Methods

install!() click to toggle source

Installs the application.

# File lib/rb.rotate.rb, line 18
def self.install!
    Dispatcher::new::install!
end
run!() click to toggle source

Runs the application.

# File lib/rb.rotate.rb, line 10
def self.run!
    Dispatcher::new::run!
end
sysname!() click to toggle source

Prints out the system name.

# File lib/rb.rotate.rb, line 26
def self.sysname!
    Dispatcher::new::sysname!
end