instiki/vendor/rubyzip-0.5.6/test/notzippedruby.rb

8 lines
77 B
Ruby
Raw Normal View History

2005-01-15 21:26:54 +01:00
#!/usr/bin/env ruby
class NotZippedRuby
def returnTrue
true
end
end