Method: Test::Unit::Data.included
- Defined in:
- lib/test/unit/data.rb
.included(base) ⇒ Object
5 6 7 |
# File 'lib/test/unit/data.rb', line 5 def included(base) base.extend(ClassMethods) end |
5 6 7 |
# File 'lib/test/unit/data.rb', line 5 def included(base) base.extend(ClassMethods) end |