instiki/vendor/rubyzip-0.5.6/test/notzippedruby.rb
2005-01-15 20:26:54 +00:00

8 lines
77 B
Ruby
Executable file

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