Module: Gotit
- Defined in:
- lib/gotit/base.rb,
lib/gotit/mark.rb
Defined Under Namespace
Modules: Base, Readable, Reader Classes: Mark, MigrationGenerator
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
4 5 6 |
# File 'lib/gotit/base.rb', line 4 def self.included(base) base.extend Base end |