Method: Representable::XML::Namespace.included

Defined in:
lib/representable/xml/namespace.rb

.included(includer) ⇒ Object



9
10
11
# File 'lib/representable/xml/namespace.rb', line 9

def self.included(includer)
  includer.extend(DSL)
end