struct Ven::Suite::QTag

Overview

The location (filename and linenumber) of a Quote.

Defined in:

ven/suite/quote.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(file : String, line : Int32) #

[View source]

Class Method Detail

def self.void #

Returns a void tag.


[View source]

Instance Method Detail

def ==(other : QTag) #

Returns whether this tag is equal to the other tag.


[View source]
def clone #

[View source]
def file : String #

[View source]
def line : Int32 #

[View source]