mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/tempfile.rb: nodoc Tempfile#inspect
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40844 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e87c6b192d
commit
caca17a898
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Mon May 20 08:02:13 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||||
|
|
||||||
|
* lib/tempfile.rb: nodoc Tempfile#inspect
|
||||||
|
|
||||||
Mon May 20 07:48:24 2013 Zachary Scott <zachary@zacharyscott.net>
|
Mon May 20 07:48:24 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||||
|
|
||||||
* ext/stringio/stringio.c: Correct position of method rdoc
|
* ext/stringio/stringio.c: Correct position of method rdoc
|
||||||
|
|
|
@ -261,11 +261,11 @@ class Tempfile < DelegateClass(File)
|
||||||
end
|
end
|
||||||
alias length size
|
alias length size
|
||||||
|
|
||||||
|
# :stopdoc:
|
||||||
def inspect
|
def inspect
|
||||||
"#<#{self.class}:#{path}>"
|
"#<#{self.class}:#{path}>"
|
||||||
end
|
end
|
||||||
|
|
||||||
# :stopdoc:
|
|
||||||
class Remover
|
class Remover
|
||||||
def initialize(data)
|
def initialize(data)
|
||||||
@pid = $$
|
@pid = $$
|
||||||
|
|
Loading…
Add table
Reference in a new issue