module Wombat::Crawler::ClassMethods
Public Instance Methods
inherited(subclass)
click to toggle source
# File lib/wombat/crawler.rb, line 56 def inherited(subclass) subclass.metadata = self.metadata.clone end
method_missing(method, *args, &block)
click to toggle source
# File lib/wombat/crawler.rb, line 49 def method_missing(method, *args, &block) metadata.send method, *args, &block end
to_ary()
click to toggle source
# File lib/wombat/crawler.rb, line 53 def to_ary end