Skip to content

Instantly share code, notes, and snippets.

@rebyn
Last active December 18, 2015 17:49
Show Gist options
  • Save rebyn/5821146 to your computer and use it in GitHub Desktop.
Save rebyn/5821146 to your computer and use it in GitHub Desktop.
irb: Require .rb file in current directory
$ irb
>> require './file_to_be_used' #without .rb
=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment