summaryrefslogtreecommitdiff
path: root/test/test_ipaddr.rb
blob: 2db04787f19d7cca99261cd9bc0a73f6aae11d6e (plain)
1
2
3
4
require 'pathname'
require Pathname.new(__FILE__).parent.join('inlinetest.rb')
target = __FILE__.scan(/test_(.*\.rb)$/)[0][0]
InlineTest.loadtest__END__part(target)