Module: GetSchwifty

Defined in:
lib/get_schwifty.rb,
lib/get_schwifty/job.rb,
lib/get_schwifty/helper.rb,
lib/get_schwifty/channel.rb,
lib/get_schwifty/version.rb,
lib/get_schwifty/cable/base.rb,
lib/generators/get_schwifty/cable_generator.rb,
lib/generators/get_schwifty/install_generator.rb

Overview

:nodoc

Defined Under Namespace

Modules: Cable, Channel, Generators, Helper, Job Classes: Engine

Constant Summary collapse

VERSION =
"0.2.0"
@@allow_rerender =
true

Class Method Summary collapse

Class Method Details

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (GetSchwifty)

    the object that the method was called on



13
14
15
# File 'lib/get_schwifty.rb', line 13

def self.configure
  yield self
end