January 2009
2 posts
For the Ruby coder who just can't live without the...
class Object;def method_missing name, *a
name
end;end
How to use:
importantvar = 'password'
savedimportantvariable = improtantvar
puts savedimportantvariable
3 tags