File: notzippedruby.rb

package info (click to toggle)
ruby-zip 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,044 kB
  • sloc: ruby: 7,886; makefile: 18
file content (7 lines) | stat: -rwxr-xr-x 78 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!/usr/bin/env ruby

class NotZippedRuby
  def return_true
    true
  end
end