Class: Rcov::CallSiteAnalyzer::DefSite

Inherits:
Struct
  • Object
show all
Defined in:
lib/rcov/call_site_analyzer.rb

Overview

A method definition site.

Instance Attribute Summary collapse

Instance Attribute Details

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



48
49
50
# File 'lib/rcov/call_site_analyzer.rb', line 48

def file
  @file
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



48
49
50
# File 'lib/rcov/call_site_analyzer.rb', line 48

def line
  @line
end