struct Config::Location

Defined in:

config/location.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

===(other : Config::Any) ===

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def column : UInt32 #

[View source]
def column=(column : UInt32) #

[View source]
def line : UInt32 #

[View source]
def line=(line : UInt32) #

[View source]
def newline #

[View source]
def size : UInt32 #

[View source]
def size=(size : UInt32) #

[View source]
def to_s(io : IO) #
Description copied from struct Struct

Same as #inspect(io).


[View source]