Module

IRB::MethodExtender

Inheritance

Methods

Instance

Visibility Signature
public def_post_proc (base_method, extend_method)
public def_pre_proc (base_method, extend_method)
public new_alias_name (name, prefix = "__alias_of__", postfix = "__")

Instance Method Detail

def_post_proc(base_method, extend_method)

def_pre_proc(base_method, extend_method)

new_alias_name(name, prefix = "__alias_of__", postfix = "__")

return #{prefix}#{name}#{postfix}<num>