Proutine pattern that embeds a routine function 


superclass: Pattern


Proutine(func)


embeds the routine function.


func - routine function



See also: Prout


Proutine is similar to Prout, it only simply embeds the function instead of creating a separate routine. This can be more efficient when used within other patterns.