[ create a new paste ] login | about

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

Ruby, pasted on May 29:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!usr/bin/env ruby

puts self

class Foo
  def test
    puts self
  end
end

foo = Foo.new
foo.test

puts self


Create a new paste based on this one


Comments: