struct Crytic::MutatedSubject

Defined in:

crytic/subject.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String, original_source_code : String, source_code : String) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(path _path = @path, original_source_code _original_source_code = @original_source_code, source_code _source_code = @source_code) #

[View source]
def diff #

[View source]
def original_source_code : String #

def path : String #

def source_code : String #

def source_or_other_source(other_path) #

[View source]