File: notzippedruby.rb

package info (click to toggle)
libzip-ruby 0.9.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 408 kB
  • ctags: 655
  • sloc: ruby: 6,017; makefile: 6
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