Skip to content

Instantly share code, notes, and snippets.

@dorkalev
Created December 3, 2012 07:57
Show Gist options
  • Save dorkalev/4193505 to your computer and use it in GitHub Desktop.
Save dorkalev/4193505 to your computer and use it in GitHub Desktop.
אני אוהב אותך
# encoding: utf-8
def אני(what)
"I #{what}"
end
def ♥(who)
"LOVE #{who}"
end
def אותך
"YOU"
end
def לך על זה
אני ♥ אותך
end
p לך על זה
@psychocandy
Copy link

איכס, זה סוטה.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment