foo

Ruby code posted by mutexkid
created at 15 Oct 04:38

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
module Test
  class Testa
    def testa
      puts "heyyyy".reverse
    end
  end
end

t = Test::Testa.new
t.testa

127 Bytes in 2 ms with coderay