Method: Bio::FlatFileIndex::DEBUG.print
- Defined in:
- lib/bio/io/flatfile/index.rb
.print(*arg) ⇒ Object
prints debug messages
429 430 431 432 |
# File 'lib/bio/io/flatfile/index.rb', line 429 def self.print(*arg) @@flag = true if $DEBUG or $VERBOSE @@out.print(*arg) if @@out and @@flag end |