Class: Covered::Base
- Inherits:
-
Object
- Object
- Covered::Base
- Defined in:
- lib/covered/wrapper.rb
Instance Method Summary collapse
- #accept?(path) ⇒ Boolean
- #disable ⇒ Object
- #each ⇒ Object
- #enable ⇒ Object
- #expand_path(path) ⇒ Object
- #mark(path, lineno, value) ⇒ Object
- #relative_path(path) ⇒ Object
Instance Method Details
#accept?(path) ⇒ Boolean
29 30 31 |
# File 'lib/covered/wrapper.rb', line 29 def accept?(path) true end |
#disable ⇒ Object
26 27 |
# File 'lib/covered/wrapper.rb', line 26 def disable end |
#each ⇒ Object
36 37 |
# File 'lib/covered/wrapper.rb', line 36 def each end |
#enable ⇒ Object
23 24 |
# File 'lib/covered/wrapper.rb', line 23 def enable end |
#expand_path(path) ⇒ Object
43 44 45 |
# File 'lib/covered/wrapper.rb', line 43 def (path) path end |
#mark(path, lineno, value) ⇒ Object
33 34 |
# File 'lib/covered/wrapper.rb', line 33 def mark(path, lineno, value) end |
#relative_path(path) ⇒ Object
39 40 41 |
# File 'lib/covered/wrapper.rb', line 39 def relative_path(path) path end |