class Pretty::Method(T)

Defined in:

pretty/method.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(instance : T) #

[View source]

Class Method Detail

def self.call(instance : T, method_name : String) #

[View source]
def self.call?(instance : T, method_name : String) #

[View source]

Instance Method Detail

def call(method_name : String) #

[View source]
def call?(method_name : String) #

[View source]