I recently discovered that I can create a .irbrc file to run setup for my irb/console. I am in love. My current .irbrc is: require ''irb/completion'' require ''map_by_method'' require ''what_methods'' require ''pp'' IRB.conf[:AUTO_INDENT]=true Explanation of the different libraries: http://drnicwilliams.com/2006/10/12/my-irbrc-for-consoleirb/ Does anyone any interesting things in their .irbrc file? Nic --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
On Oct 12, 2006, at 5:33 AM, Dr Nic wrote:> Does anyone any interesting things in their .irbrc file?http://wiki.rubygarden.org/Ruby/page/show/Irb/TipsAndTricks -- Eric Hodel - drbrain-48TerJ1FxhPk1uMJSBkQmQ@public.gmane.org - http://blog.segment7.net This implementation is HODEL-HASH-9600 compliant http://trackmap.robotcoop.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---