Skip to content

Instantly share code, notes, and snippets.

@kigster
Last active February 22, 2016 06:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kigster/feccc596eca4563e4ba3 to your computer and use it in GitHub Desktop.
Save kigster/feccc596eca4563e4ba3 to your computer and use it in GitHub Desktop.
/Applications/RubyMine EAP.app/Contents/rb/testing/runner/irb.rb
require "irb"
$LOAD_PATH << `pwd`.chomp + '/lib'
Dir.glob('lib/*.rb').map{|f| f.gsub(%{lib/}, '')}.each do |file|
require file
end
IRB.start(__FILE__)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment