rubic 0.1.0

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