struct Crytic::Mutation::OriginalResult

Defined in:

crytic/mutation/original_result.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(exit_code : Int32, output : String) #

Instance Method Detail

def clone #

def copy_with(exit_code _exit_code = @exit_code, output _output = @output) #

def exit_code : Int32 #

def output : String #

def successful? #