# File lib/nanite/mapper.rb, line 100
    def self.start(options = {})
      mapper = new(options)
      mapper.run
      mapper
    end