Module: Core::Event

Extended by:
Extension
Defined in:
lib/core/event.rb,
lib/core/event/version.rb,
lib/core/event/callable.rb,
lib/core/event/compiler.rb

Overview

public

Add events and callbacks to an object.

Defined Under Namespace

Classes: Callable, Compiler

Constant Summary collapse

VERSION =
"0.3.0"

Class Method Summary collapse

Class Method Details

.versionObject



7
8
9
# File 'lib/core/event/version.rb', line 7

def self.version
  VERSION
end