Libraries
»
lab419_core
(0.0.7)
»
Index (P)
»
Proc
Class: Proc
Inherits:
Object
Object
Proc
show all
Defined in:
lib/lab419/core/proc.rb
Class Method Summary
collapse
.
identity
⇒ Object
Class Method Details
.
identity
⇒
Object
3 4 5
# File 'lib/lab419/core/proc.rb', line 3
def
identity
new
{
|
x
|
x
}
end