new tests
This commit is contained in:
parent
a2fb31ab5a
commit
2a04b62f45
45 changed files with 97 additions and 0 deletions
3
test/ruby/22.in
Normal file
3
test/ruby/22.in
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
class Counter:
|
||||
def increment(self):
|
||||
self.count = self.count + 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue