Libraries
»
fubby
(0.0.0)
»
Index
»
Core
»
#identity
Method: Core#identity
Defined in:
lib/fubby/core.rb
#
identity
⇒
Object
identity
a -> a
3 4 5
# File 'lib/fubby/core.rb', line 3
def
identity
->
(
x
)
{
x
}
end