module DynamicParser::MicroParser::Stateful::ClassMethods

Public Instance Methods

detect(txt) click to toggle source

This method must return true or false to tell if this MicroParser is responsible for parsing the given txt content.

# File lib/dynamic_parser/micro_parsers/stateful.rb, line 4
def detect(txt)
  true
end