Login
Signup for a GitHub Account
New Gist
All Gists
Back to GitHub
Visit zinho on GitHub
Public Gists by zinho
gist: 139686
Thu Jul 02 13:15:00 -0700 2009
1
2
3
def
method_missing
(
name
,
*
args
)
puts
"<
#{
name
}
>
#{
args
[
0
]
}
"
yield
if
block_given?