1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/lib/pry/helpers
r-obert b35ca66cae
do not capture a Proc in Text helper methods. (#1691)
The &block we were capturing is not used or passed anywhere. For performance,
we shouldn't capture a Proc that we do not use. Improve documentation of both
methods.

* update CHANGELOG.md
2017-11-10 16:26:00 +01:00
..
base_helpers.rb add Pry::Platform. (#1670) 2017-11-02 01:02:41 +01:00
command_helpers.rb Stream output of hist 2013-11-23 14:57:41 -08:00
documentation_helpers.rb Syntax highlight <tt> tags in documentation output. 2015-06-24 16:36:03 +03:00
options_helpers.rb modify lib/ and spec/ to use Pry::Slop 2015-12-11 06:04:54 +00:00
table.rb Tweak and Refactor Pry::Terminal 2013-01-30 21:48:12 -06:00
text.rb do not capture a Proc in Text helper methods. (#1691) 2017-11-10 16:26:00 +01:00