Module: SimplyTestable::Attributes

Defined in:
lib/simply_testable/attributes.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



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

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