Module: FunWith::Gems::Testing::GemToTestMethods

Defined in:
lib/fun_with/gems/testing/gem_to_test_methods.rb

Defined Under Namespace

Modules: ClassMethods, Constants, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object

TODO: should use Inclusionizer?



6
7
8
9
10
# File 'lib/fun_with/gems/testing/gem_to_test_methods.rb', line 6

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