Module: SimplyTestable::Assertions

Defined in:
lib/simply_testable/assertions.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



3
4
5
6
# File 'lib/simply_testable/assertions.rb', line 3

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