Module: DemoGem::StringExtendsions
- Included in:
- String
- Defined in:
- lib/demo_gem.rb
Overview
Your code goes here…
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
8 9 10 11 |
# File 'lib/demo_gem.rb', line 8 def self.included(base) base.send :include, InstanceMethods base.send :extend, ClassMethods end |