Module: EvilEvents::Core::Events::EventExtensions::ClassSignature::ClassMethods Private

Defined in:
lib/evil_events/core/events/event_extensions/class_signature.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Since:

  • 0.2.0

Instance Method Summary collapse

Instance Method Details

#signatureSignature

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

Since:

  • 0.2.0



38
39
40
# File 'lib/evil_events/core/events/event_extensions/class_signature.rb', line 38

def signature
  Signature.new(self)
end