module Orator

Constants

VERSION

Version of Orator.

Attributes

debug[RW]

Public Class Methods

add_orator(*args, &block) click to toggle source
# File lib/orator.rb, line 22
def self.add_orator(*args, &block)
  Orator::CLI.add_orator(*args, &block)
end