[ create a new paste ] login | about

Link: http://codepad.org/8CivT0tK    [ raw code | output | fork ]

Ruby, pasted on Sep 28:
1
2
3
4
5
6
7
class Foo
  def self.Baz(x)
    p x
  end
end

Foo::Baz 5


Output:
1
5


Create a new paste based on this one


Comments: