From: benny Date: 2005-05-26T20:50:18+09:00 Subject: Pasting code with tab indentation to irb dear list, I want to be able to copy/paste code with tab indentation to irb, but I don't know how to setup irb for this. I am aware of require 'irb/completion' in the .irbrc taking the tab completition away from the shell and making its own tab completition. So maybe I may overwrite some method in irb/ irb/completition to prevent irb tab completition and shell/bash tab completition. I tried to figure it out on my own but didn't succeed. Any hints? (Please no discussion about tab indentation vs. space indentation here :) ) benny