module Redwood::Singleton

Public Class Methods

included(klass) click to toggle source
# File lib/sup/util.rb, line 665
def self.included klass
  klass.private_class_method :allocate, :new
  klass.extend ClassMethods
end