repo.or.cz
/
rbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Imported File#ftype spec from rubyspecs.
[rbx.git]
/
lib
/
test
/
unit
/
error.rb
blob
3bacac6c7a96242718344120b0bf1369b74c6ae2
1
require 'test/unit/deprecate'
2
3
# rails currently needs this file and this one method.
4
module Test::Unit
5
class Error
6
def message
7
self.class.tu_deprecation_warning :message # 2009-06-01
8
"you're a loser"
9
end
10
end
11
end