Skip to content

Instantly share code, notes, and snippets.

@faultier
Created January 15, 2009 01:42
Show Gist options
  • Save faultier/47213 to your computer and use it in GitHub Desktop.
Save faultier/47213 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
class String
alias :m :gsub
def b
puts self
end
end
(['-','-']*'-'.m('-','q')).m('-','^').b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment