Class: Rcov::CallSiteAnalyzer::DefSite
- Inherits:
-
Struct
- Object
- Struct
- Rcov::CallSiteAnalyzer::DefSite
- Defined in:
- lib/rcov.rb
Overview
A method definition site.
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#line ⇒ Object
Returns the value of attribute line.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file
812 813 814 |
# File 'lib/rcov.rb', line 812 def file @file end |
#line ⇒ Object
Returns the value of attribute line
812 813 814 |
# File 'lib/rcov.rb', line 812 def line @line end |