[ create a new paste ] login | about

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

Ruby, pasted on Jun 16:
1
2
3
4
5
6
7
8
class X
  def **(other)
    p other
  end
end

test = X.new
test**2


Output:
1
2


Create a new paste based on this one


Comments: