module Baal

The Baal module is the namespace containing all interaction with the Baal gem. Very little is actually done directly on the Baal module. The primary interaction with the Baal module itself will be the instantiation of a Daemon object with the convenience method new:

  1. Baal.new

vs

  1. Baal::Daemon.new

Constants

VERSION

Public Class Methods

new() click to toggle source
# File lib/baal.rb, line 19
def self.new
  Daemon.new
end