File: notzippedruby.rb

package info (click to toggle)
ruby-zip 3.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 11,120 kB
  • sloc: ruby: 9,958; makefile: 23
file content (8 lines) | stat: -rwxr-xr-x 108 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/env ruby
# frozen_string_literal: true

class NotZippedRuby
  def return_true
    true
  end
end