Module: Redwood::Singleton
- Included in:
- AccountManager, BufferManager, ContactManager, CryptoManager, DraftManager, HookManager, IdleManager, Index, LabelManager, Logger, PollManager, SearchManager, SentManager, SourceManager, UndoManager, UpdateManager
- Defined in:
- lib/sup/util.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(klass) ⇒ Object
593 594 595 596 |
# File 'lib/sup/util.rb', line 593 def self.included klass klass.private_class_method :allocate, :new klass.extend ClassMethods end |