Bio::FlatFile::AutoDetect::RuleTemplate
RuleDebug is a class for debugging autodetect classes/methods
Creates a new instance.
# File lib/bio/io/flatfile/autodetection.rb, line 102 def initialize(name) super() @name = name end
prints information to the $stderr.
# File lib/bio/io/flatfile/autodetection.rb, line 108 def guess(text, meta) $stderr.puts @name $stderr.puts text.inspect $stderr.puts meta.inspect nil end
[Validate]
Generated with the Darkfish Rdoc Generator 2.