class MethodHelpers::Method

Defined in:

method_helpers.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def args : Array(Arg) | Nil #

[View source]
def args=(args : Array(Arg) | Nil) #

[View source]
def arity #

[View source]
def name : String | Nil #

[View source]
def name=(name : String | Nil) #

[View source]
def return_type : String | Nil #

[View source]
def return_type=(return_type : String | Nil) #

[View source]