rubic 0.1.1

Ruby parser and compiler
Documentation
1
2
3
4
5
class Kernel
  def foo(a, b)
    foo(1, 2, 3)
  end
end