struct MethodHelpers::Arg

Defined in:

method_helpers.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(argname : String, argtype : String | Nil) #

[View source]

Instance Method Detail

def argname : String #

def argtype : String | Nil #

def clone #

[View source]
def copy_with(argname _argname = @argname, argtype _argtype = @argtype) #

[View source]