public
Description: Ruby to Lolcode translator, kthnxbai.
Homepage: http://www.igvita.com/2008/12/11/ruby-ast-for-fun-and-profit/
Clone URL: git://github.com/igrigorik/ruby2lolz.git
name age message
file README Tue Mar 31 14:16:03 -0700 2009 force gembuild [igrigorik]
directory lib/ Tue Mar 31 13:45:46 -0700 2009 moving to lib [igrigorik]
file ruby2lolz.gemspec Tue Mar 31 14:45:58 -0700 2009 sigh, github [igrigorik]
directory spec/ Wed Dec 10 21:06:04 -0800 2008 initial import, kthnxbai. [igrigorik]
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