Module: CheckPlease::Reification

Included in:
Flags, Path, PathSegment
Defined in:
lib/check_please/reification.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object



4
5
6
7
# File 'lib/check_please/reification.rb', line 4

def self.included(receiver)
  receiver.extend         ClassMethods
  receiver.send :include, InstanceMethods
end