Module: Autotest::RCov

Defined in:
lib/autotest/rcov.rb

Class Method Summary collapse

Class Method Details

.command=(o) ⇒ Object



4
5
6
# File 'lib/autotest/rcov.rb', line 4

def self.command= o
  @@command = o
end

.options=(o) ⇒ Object



12
13
14
# File 'lib/autotest/rcov.rb', line 12

def self.options= o
  @@options = o
end

.pattern=(o) ⇒ Object



8
9
10
# File 'lib/autotest/rcov.rb', line 8

def self.pattern= o
  warn "RCov.pattern= no longer has any functionality. please remove."
end