Method: DemoGem::StringExtendsions.included

Defined in:
lib/demo_gem.rb

.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