Module: Irasutoya::Modules::HasListPageParser

Included in:
Category, Irasuto
Defined in:
lib/irasutoya/modules/has_list_page_parser.rb

Defined Under Namespace

Modules: Methods, PrivateMethods

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



6
7
8
9
10
# File 'lib/irasutoya/modules/has_list_page_parser.rb', line 6

def self.included(klass)
  super
  klass.send(:include, Irasutoya::Modules::HasListPageParser::Methods)
  klass.send(:extend, Irasutoya::Modules::HasListPageParser::Methods)
end