module Garcon::AtRandom

Public Class Methods

included(other) click to toggle source

Hook called when module is included, extends a descendant with class and instance methods.

@param [Module] descendant

the module or class including Garcon::Resource::BaseDSL

@return [self]

# File lib/garcon/utility/at_random.rb, line 50
def self.included(other)
  other.extend(ClassMethods)
end