instiki/vendor/plugins/rubyzip-0.9.1/test/data/notzippedruby.rb
2007-01-22 07:43:50 -06:00

8 lines
77 B
Ruby
Executable file

#!/usr/bin/env ruby
class NotZippedRuby
def returnTrue
true
end
end