Skip to content

Instantly share code, notes, and snippets.

View frank-west-iii's full-sized avatar

Frank West frank-west-iii

View GitHub Profile
@frank-west-iii
frank-west-iii / bundle_commands.md
Last active October 6, 2016 04:17
Bundle Commands

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>'