class Linker

Defined in:

Linker.cr

Instance Method Summary

Instance Method Detail

def create(link : String) : Bool | String #

[View source]
def empty? : Bool #

[View source]
def link : String #

[View source]
def load(shortcut : String) : Bool #

[View source]
def original? : Bool #

[View source]
def save #

[View source]
def short : String #

[View source]
def to_pretty_s : Colorize::Object(String) #

Returns a formatted version of this object (including the token)


[View source]
def to_s : String #
Description copied from class Object

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.


[View source]
def url : String #

[View source]