metasploit-framework/lib/zip/test/data/notzippedruby.rb

8 lines
77 B
Ruby
Executable File

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