class Embulk::ParserPlugin

def run(file_input)

def run(file_input)
  raise NotImplementedError, "ParserPlugin#run(file_input) must be implemented"
end