command=(o)
click to toggle source
4: def self.command= o
5: @@command = o
6: end
options=(o)
click to toggle source
12: def self.options= o
13: @@options = o
14: end
pattern=(o)
click to toggle source
8: def self.pattern= o
9: warn "RCov.pattern= no longer has any functionality. please remove."
10: end