module Redwood::Singleton
Public Class Methods
included(klass)
click to toggle source
# File lib/sup/util.rb, line 613 def self.included klass klass.private_class_method :allocate, :new klass.extend ClassMethods end