module Autotest::RCov
Public Class Methods
command=(o)
click to toggle source
# File lib/autotest/rcov.rb, line 4 def self.command= o @@command = o end
options=(o)
click to toggle source
# File lib/autotest/rcov.rb, line 12 def self.options= o @@options = o end
pattern=(o)
click to toggle source
# File lib/autotest/rcov.rb, line 8 def self.pattern= o warn "RCov.pattern= no longer has any functionality. please remove." end