Proc class of PicoRuby
Instance methods (picoruby-metaprog)
_get_self
instance._get_self() -> Object
_set_self
instance._set_self(Object) -> Object
Singleton methods
new
Proc.new() ?{ (*untyped) -> untyped } -> instance
Instance methods
call
instance.call(*untyped arg0) -> untyped