Skip to content

Instantly share code, notes, and snippets.

@maraigue
Created May 8, 2009 17:45
Show Gist options
  • Select an option

  • Save maraigue/108901 to your computer and use it in GitHub Desktop.

Select an option

Save maraigue/108901 to your computer and use it in GitHub Desktop.
うっうー!
#!/usr/bin/env ruby1.9
# -*- coding: utf-8 -*-
# 要 Ruby1.9
class Yayoi
def *(other); self; end
def <(other); puts other; false; end
end
ζ = Yayoi.new
’ヮ’)ζ = Yayoi.new
ζ*’ヮ’)ζ < "うっうー"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment