6 lines
No EOL
92 B
Text
6 lines
No EOL
92 B
Text
# name: def method_missing ... end
|
|
# key: mm
|
|
# --
|
|
def method_missing(method, *args)
|
|
$0
|
|
end |