class Aka::Alias

Defined in:

aka.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

error! error!, success! success!

Constructor Detail

def self.new(invocation : String, call : String) #

[View source]

Instance Method Detail

def bash : String #

[View source]
def call : String #

[View source]
def invocation : String #

[View source]
def match?(i : String) : Bool #

[View source]
def success! #

[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]