File: sample_02.rb

package info (click to toggle)
rcov 0.8.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 464 kB
  • ctags: 558
  • sloc: ruby: 5,168; ansic: 446; lisp: 107; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (4)
1
2
3
4
5
module Rcov; module Test; module Temporary; module Sample02
  def self.foo(a,b)
    a + b
  end
end end end end