Method: ArticleJSON::Export::Common::HTML::Elements::Base.included

Defined in:
lib/article_json/export/common/html/elements/base.rb

.included(base) ⇒ Object

Extend ‘base` class with `ClassMethods` upon inclusion



8
9
10
# File 'lib/article_json/export/common/html/elements/base.rb', line 8

def self.included(base)
  base.extend ClassMethods
end