File: notzippedruby.rb

package info (click to toggle)
ruby-zip 1.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 668 kB
  • sloc: ruby: 7,041; makefile: 11
file content (7 lines) | stat: -rwxr-xr-x 77 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
#!/usr/bin/env ruby

class NotZippedRuby
  def returnTrue
    true
  end
end