File: notzippedruby.rb

package info (click to toggle)
ruby-zip 2.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 1,192 kB
  • sloc: ruby: 8,386; makefile: 23
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