Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
pretty
v0.5.6
Pretty
Diff
Entry
Error
Backtrace
V023
V024
Json
Printer
Method
NotFound
Time
ParseError
Built with Crystal 1.9.2
2023-10-08 09:03:37 UTC
class
Pretty::Method(T)
Pretty::Method(T)
Reference
Object
Defined in:
pretty/method.cr
Constructors
.new
(instance : T)
Class Method Summary
.call
(instance : T, method_name : String)
.call?
(instance : T, method_name : String)
Instance Method Summary
#call
(method_name : String)
#call?
(method_name : String)
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
]