Extended maintenance of Ruby 1.9.3 ended on February 23, 2015. Read more
# File test/unit.rb, line 15 def self.have_run? @@run_count.nonzero? end
# File test/unit.rb, line 24 def run_once return if have_run? return if $! # don't run if there was an exception yield end
# File test/unit.rb, line 19 def run(*) @@run_count += 1 super end
This page was generated for Ruby 1.9.3
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.44.0.