instiki/vendor/plugins/rubyzip/test/data/notzippedruby.rb
2009-12-23 02:19:16 -06:00

8 lines
77 B
Ruby
Executable file

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