Voxar

Login
Jan 27
Permalink

For the Ruby coder who just can’t live without the worst thing about php

class Object;def method_missing name, *a
  name
end;end
How to use:
importantvar = 'password'
savedimportantvariable = improtantvar
puts savedimportantvariable

Comments (View)
blog comments powered by Disqus