instiki/vendor/rubyzip-0.5.8/test/data/notzippedruby.rb
2005-04-10 16:55:44 +00:00

8 lines
77 B
Ruby

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