Testing method calls

Ruby code posted
created at 07 Nov 13:24

Edit | Back
1
2
3
4
5
def foo
  self.bar + 123
  something(123)
  blah.moo(1000)
end
68 Bytes in 2 ms with coderay