instiki/vendor/plugins/rubyzip/test/data/notzippedruby.rb

8 lines
77 B
Ruby
Raw Normal View History

2007-01-22 14:43:50 +01:00
#!/usr/bin/env ruby
class NotZippedRuby
def returnTrue
true
end
end