repo.or.cz
/
ruby-svn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
* transcode.c (rb_cEncodingConverter): new class Encoding::Converter.
[ruby-svn.git]
/
test
/
test_time.rb
blob
981fedd98f0d767cd62918ab7a0f7f730aa05461
1
require 'pathname'
2
require Pathname.new(__FILE__).dirname.join('inlinetest.rb')
3
target = __FILE__[/test_(.*\.rb)$/, 1]
4
InlineTest.loadtest(target)