Project

General

Profile

Download (161 Bytes) Statistics
| Branch: | Tag: | Revision:
if defined? Encoding
Encoding.default_external = Encoding::UTF_8
end

$: << 'lib' << 'test' << '.'
Dir['{spec,test}/**/{test,tc}_*.rb'].each { |f| require f }
(6-6/8)