projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update to iD v1.7.3
[rails.git]
/
config
/
initializers
/
tempfile.rb
1
# Hack TempFile to let us get at the underlying File object as ruby
2
# does a half assed job of making TempFile act as a File
3
class Tempfile
4
def file
5
@tmpfile
6
end
7
end