Class: WWW::VideoScraper::NullLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/www/video_scraper/base.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(name, *args) ⇒ Object



9
# File 'lib/www/video_scraper/base.rb', line 9

def method_missing(name, *args); return nil; end