Class: Moult::Clones::Occurrence
- Inherits:
-
Struct
- Object
- Struct
- Moult::Clones::Occurrence
- Defined in:
- lib/moult/clones.rb
Overview
A single site of a clone group. path is root-relative; line is flay's
reported start line (flay works at line granularity). fuzzy is true only
for a near-match node surfaced in fuzzy mode.
Instance Attribute Summary collapse
-
#fuzzy ⇒ Object
Returns the value of attribute fuzzy.
-
#line ⇒ Object
Returns the value of attribute line.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#fuzzy ⇒ Object
Returns the value of attribute fuzzy
35 36 37 |
# File 'lib/moult/clones.rb', line 35 def fuzzy @fuzzy end |
#line ⇒ Object
Returns the value of attribute line
35 36 37 |
# File 'lib/moult/clones.rb', line 35 def line @line end |
#path ⇒ Object
Returns the value of attribute path
35 36 37 |
# File 'lib/moult/clones.rb', line 35 def path @path end |