class Source
Definitions
def code!
The actual code which is being covered. If a template generates the source, this is the generated code, while the path refers to the template itself.
Implementation
def code!
self.code || self.read
end