File: numeric.rb

package info (click to toggle)
ruby-extlib 0.9.16-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 576 kB
  • sloc: ruby: 7,014; makefile: 5
file content (5 lines) | stat: -rw-r--r-- 47 bytes parent folder | download | duplicates (5)
1
2
3
4
5
class Numeric
  def try_dup
    self
  end
end