Last active
November 7, 2016 22:48
-
-
Save janlelis/c950a7104faa8de60f52ac705bcaba84 to your computer and use it in GitHub Desktop.
irbtools without # => rocket
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'irbtools/configure' | |
# require 'irbtools/more' | |
Irbtools.replace_library_callback :fancy_irb do | |
FancyIrb.start rocket_mode: false | |
end | |
Irbtools.start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment