Class: Bio::Blast::Default::Report::AlwaysNil

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/bio/appl/blast/format0.rb

Overview

Provides a singleton object of which any methods always return nil. Internal use only. Users must not use the class.

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(*arg) ⇒ Object



476
477
478
# File 'lib/bio/appl/blast/format0.rb', line 476

def method_missing(*arg)
  nil
end