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:
vs
Constants
- VERSION
Public Class Methods
new()
click to toggle source
# File lib/baal.rb, line 19 def self.new Daemon.new end