ruby/lib/irb/helper_method
Stan Lo 4349c7909f [ruby/irb] Memoize helper method instances with Singleton module
(https://github.com/ruby/irb/pull/931)

Some helpers, like Rails console's `app`, requires memoization of the
helper's ivars. To support it IRB needs to memoize helper method instances
as well.

a96c7a6668
2024-04-24 18:32:55 +00:00
..
base.rb [ruby/irb] Memoize helper method instances with Singleton module 2024-04-24 18:32:55 +00:00
conf.rb