struct Crytic::MutatedSubject
- Crytic::MutatedSubject
- Struct
- Value
- Object
Defined in:
crytic/subject.crConstructors
Instance Method Summary
- #clone
- #copy_with(path _path = @path, original_source_code _original_source_code = @original_source_code, source_code _source_code = @source_code)
- #diff
- #original_source_code : String
- #path : String
- #source_code : String
- #source_or_other_source(other_path)
Constructor Detail
Instance Method Detail
def copy_with(path _path = @path, original_source_code _original_source_code = @original_source_code, source_code _source_code = @source_code)
#