Overview
The e2mmap gem is no longer a bundled gem that comes with Ruby Installation. It has to be specifically installed. Simply add below line to your Gemfile and then do ‘bundle’
gem 'e2mmap'
or run
gem install e2mmap
Note: Check out our system design tutorial series System Design Questions