Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Ruby
irb practice. Autoloading files
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="VimNewbie, post: 4599032"] You may say "what's wrong with writing in test.rb and retyping load 'test.rb' after making changes?". Well, it's kind of nice to automate that, plus if the change is in one of the 'require'd files, I need to re'load' that. Thanks a lot for this code! I started thinking the same as you - why do I have to manually reload the file I changed? (yes, irb has a history that can be accessed by pressing the up arrow key or searched by Ctrl-R, but it is none the less manual labor). Perhaps there is a more beatiful solution to this, but until I find that I will use your solution! Thanks! Best regards, Fredrik [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Ruby
irb practice. Autoloading files
Top