class Embulk::Guess::TimeFormatGuess::RegexpPattern

def initialize(regexp, format)

def initialize(regexp, format)
  @regexp = regexp
  @match = SimpleMatch.new(format)
end