codepad
[
create a new paste
]
login
|
about
Link:
http://codepad.org/XZpSNngW
[
raw code
|
output
|
fork
]
kamatanay
-
Ruby
,
pasted on Aug 5:
1
2
hello
=
lambda
{
|
name
|
p
"Hello "
+
name
.
to_s
}
hello
.
call
:world
Output:
1
"Hello world"
Create a new paste based on this one
Comments: