Module: Baal

Defined in:
lib/baal.rb,
lib/baal/version.rb,
lib/baal/commands.rb,
lib/baal/matching_options.rb,
lib/baal/optional_options.rb

Overview

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

Defined Under Namespace

Modules: Commands, MatchingOptions, OptionalOptions Classes: Daemon

Constant Summary collapse

VERSION =
'0.2.0'

Class Method Summary collapse

Class Method Details

.newObject



19
20
21
# File 'lib/baal.rb', line 19

def self.new
  Daemon.new
end