some ruby

Ruby code posted
created at 11 Apr 06:52, updated at 11 Apr 06:53

Edit | Back
1
2
3
4
5
6
7
8
9
module Foo
  class Bar
    
    def baz?
       !! baz
    end

  end
end
81 Bytes in 3 ms with coderay