fork download
  1. class Object
  2. define_method(:!) do |n=3|
  3. send(methods.find{|la|la[/[slappy]{#{n}}/]})
  4. end
  5. end
  6.  
  7. (!!!:!).!(5) unless respond_to?('Just another ruby hacker,')
Success #stdin #stdout 0.02s 7596KB
stdin
Standard input is empty
stdout
Just another ruby hacker,