Module: Garcon::AtRandom
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
-
.included(other) ⇒ self
Hook called when module is included, extends a descendant with class and instance methods.
Methods included from ClassMethods
Class Method Details
.included(other) ⇒ self
Hook called when module is included, extends a descendant with class and instance methods.
50 51 52 |
# File 'lib/garcon/utility/at_random.rb', line 50 def self.included(other) other.extend(ClassMethods) end |