Module: Hatchery

Defined in:
lib/hatchery.rb

Overview

This code is COPYRIGHTED © 2012 Tom Corelis and contributor(s) SEE LICENSE.txt for the license agreement

Defined Under Namespace

Modules: HatcheryMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



128
129
130
# File 'lib/hatchery.rb', line 128

def self.included(base)
  base.extend(HatcheryMethods)
end