rubyzip/test/data/notzippedruby.rb

9 lines
108 B
Ruby
Executable File

#!/usr/bin/env ruby
# frozen_string_literal: true
class NotZippedRuby
def return_true
true
end
end