Template of a single rule of autodetection
If given text (and/or meta information) is known, returns the database class. Otherwise, returns nil or false.
text will be a String. meta will be a Hash. meta may contain following keys. :path => pathname, filename or uri.
# File lib/bio/io/flatfile/autodetection.rb, line 76 def guess(text, meta) nil end
Generated with the Darkfish Rdoc Generator 2.