Ruby test

Ruby code posted
created at 06 Oct 21:56

Edit | Back
1
2
3
4
5
6
7
class Test
  def some_method
    puts "doing stuff...no bigs"
  end  
end

a_method = Test.method(:some_method)
117 Bytes in 2 ms with coderay