This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 5528e4fe875021f7e90276eff9eb2edabb881de9
tree 47f4082021be750e22348a3380a15fea7ba235c0
parent e1c230ce9bc325610b6ace8e77f43a8cc04864db
tree 47f4082021be750e22348a3380a15fea7ba235c0
parent e1c230ce9bc325610b6ace8e77f43a8cc04864db
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
lib/ | ||
| |
ruby2lolz.gemspec | ||
| |
spec/ | Wed Dec 10 21:06:04 -0800 2008 |
README
Ruby2Lolz translates Ruby code into LOLCODE (http://www.lolcode.com) For example: class Simple def add(n1, n2) return n1 + n2 end end Ruby2Lolz.translate(Simple, :add) HOW DUZ I HAZ add [YR n1, YR n2] (n1 + n2) IF U SAY SO ### OR ### > Ruby2Lolz.translate({:nickname => [:ig, :igrigorik]}.inspect) OH HAI I CAN HAS Nickname I CAN MANY HAZ AWSUM VAR ig KTHNX. AWSUM VAR igrigorik KTHNX. KTHNXBYE. KTHNX. KTHNXBYE. ### OR ### Put some Lolz into your API! - http://pastie.org/327494








