From 7e9eb32669348b7e0a5775c8e0fc9566be11fc31 Mon Sep 17 00:00:00 2001 From: zzak Date: Fri, 21 Dec 2012 05:45:50 +0000 Subject: * lib/irb.rb, lib/irb/*: Documentation for IRB git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/irb/ext/history.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/irb/ext/history.rb') diff --git a/lib/irb/ext/history.rb b/lib/irb/ext/history.rb index 4d036e7cf0..3239c57a6c 100644 --- a/lib/irb/ext/history.rb +++ b/lib/irb/ext/history.rb @@ -15,6 +15,7 @@ module IRB # :nodoc: NOPRINTING_IVARS.push "@eval_history_values" + # See #set_last_value alias _set_last_value set_last_value def set_last_value(value) @@ -57,7 +58,7 @@ module IRB # :nodoc: end end - class History + class History # :nodoc: @RCS_ID='-$Id$-' def initialize(size = 16) -- cgit v1.2.3