Class: Bio::Blast::Default::Report::AlwaysNil
- 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
487 488 489 |
# File 'lib/bio/appl/blast/format0.rb', line 487 def method_missing(*arg) nil end |