bundle console Allows you to run an irb console with the current bundle environment loaded $ irb irb > unit = Unit.new("1 mm") NameError: uninitialized constant Unit from (irb):1 from /Users/frank/.rubies/ruby-2.3.1/bin/irb:11:in `<main>'