Test

Css code posted by Lunks
created at 01 Mar 04:12, updated at 01 Mar 15:21

Edit | Back
1
2
3
4
5
6
7
8
class Hello

  def self.world ok
   puts "ok"
  end
end

Hello.world "Hello World!"
90 Bytes in 3 ms with coderay