Class: Rcov::CallSiteAnalyzer::DefSite

Inherits:
Struct
  • Object
show all
Defined in:
lib/rcov.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



810
811
812
# File 'lib/rcov.rb', line 810

def file
  @file
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



810
811
812
# File 'lib/rcov.rb', line 810

def line
  @line
end