Module: Orator

Defined in:
lib/orator.rb,
lib/orator/cli.rb,
lib/orator/base.rb,
lib/orator/client.rb,
lib/orator/engine.rb,
lib/orator/server.rb,
lib/orator/version.rb,
lib/orator/open_struct.rb,
lib/orator/event_handler.rb,
lib/orator/middle_ground.rb,
lib/generators/orator/config_generator.rb,
lib/generators/orator/orator_generator.rb

Defined Under Namespace

Modules: Generators Classes: Base, CLI, Client, Engine, EventHandler, MiddleGround, OpenStruct, Server

Constant Summary collapse

VERSION =

Version of Orator.

'0.7.2'

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.debugObject

Returns the value of attribute debug.



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

def debug
  @debug
end

Class Method Details

.add_orator(*args, &block) ⇒ Object



22
23
24
# File 'lib/orator.rb', line 22

def self.add_orator(*args, &block)
  Orator::CLI.add_orator(*args, &block)
end