Module: Wombat::Crawler::ClassMethods
- Defined in:
- lib/wombat/crawler.rb
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(method, *args, &block) ⇒ Object
41 42 43 |
# File 'lib/wombat/crawler.rb', line 41 def method_missing(method, *args, &block) .send method, *args, &block end |
Instance Method Details
#to_ary ⇒ Object
45 46 |
# File 'lib/wombat/crawler.rb', line 45 def to_ary end |