File: notzippedruby.rb

package info (click to toggle)
ruby-zip 1.2.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 992 kB
  • ctags: 1,017
  • sloc: ruby: 7,572; makefile: 11
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