Posted By

vanne on 04/30/08


Tagged

textmate ruby irb


Versions (?)



Reload IRB


Published in: Other 






Expand | Embed | Plain Text
  1. # reloads the irb console can be useful for debugging .irbrc
  2. def reload_irb
  3. load File.expand_path("~/.irbrc")
  4. end

Report this snippet 

You need to login to post a comment.