Improve performance of `show_source` for large class by pocke · Pull Request #249 · ruby/irb
This patch improves performance of show_source command for large class. Problem show_source is slow for large class. For example, show_source 'IRB::Irb' is slow. It takes 3.6s in my environ...