diff --git a/ChangeLog b/ChangeLog index 04f3fb4b0d..a5f14c420f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon May 20 08:02:13 2013 Zachary Scott + + * lib/tempfile.rb: nodoc Tempfile#inspect + Mon May 20 07:48:24 2013 Zachary Scott * ext/stringio/stringio.c: Correct position of method rdoc diff --git a/lib/tempfile.rb b/lib/tempfile.rb index 971e1919ea..e7df7d670e 100644 --- a/lib/tempfile.rb +++ b/lib/tempfile.rb @@ -261,11 +261,11 @@ class Tempfile < DelegateClass(File) end alias length size + # :stopdoc: def inspect "#<#{self.class}:#{path}>" end - # :stopdoc: class Remover def initialize(data) @pid = $$