Method: SimpleCov::SourceFile::Line#src
- Defined in:
- lib/simplecov/source_file/line.rb
#src ⇒ Object (readonly) Also known as: source
The source code for this line. Aliased as :source
12 13 14 |
# File 'lib/simplecov/source_file/line.rb', line 12 def src @src end |