/ Published in: Other
Expand |
Embed | Plain Text
# reloads the irb console can be useful for debugging .irbrc def reload_irb load File.expand_path("~/.irbrc") end
You need to login to post a comment.
# reloads the irb console can be useful for debugging .irbrc def reload_irb load File.expand_path("~/.irbrc") end
You need to login to post a comment.