Method: ExtendIt::DslModule.incuded

Defined in:
lib/extend_it/dsl.rb

.incuded(base) ⇒ Object



197
198
199
# File 'lib/extend_it/dsl.rb', line 197

def self.incuded(base)
  fail 'DslModule can be only extended by other modules'
end