Skip to content

Commit

Permalink
Add shortcut for Module#include to irbrc
Browse files Browse the repository at this point in the history
  • Loading branch information
sshaw committed Nov 10, 2017
1 parent fe291b4 commit d8b9f04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions irbrc
Expand Up @@ -13,6 +13,7 @@ end
require "pp"
require "rubygems"

def i(*m) include *m; end
def j; jobs; end
def q!; quit; end
def r!; reload! end
Expand Down

0 comments on commit d8b9f04

Please sign in to comment.