struct Mint::Error::SnippetData

Defined in:

errorable.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(filename : String, input : String, from : Int64, to : Int64) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(filename _filename = @filename, input _input = @input, from _from = @from, to _to = @to) #

[View source]
def filename : String #

def from : Int64 #

def input : String #

def to : Int64 #