Skip to content

Commit 54b4d18

Browse files
committed
Remove unused method from actions.rb
This method doesn't seem to be used anywhere and was only acting to bring the overall test coverage down
1 parent cc55583 commit 54b4d18

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

lib/bitbucket_rest_api/api/actions.rb

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,5 @@ def api_methods_in(klass)
3131
methods
3232
end
3333

34-
def append_arguments(method)
35-
_method = self.method(method)
36-
if _method.arity == 0
37-
args = "()"
38-
elsif _method.arity > 0
39-
args = "(few)"
40-
else
41-
args = "(else)"
42-
end
43-
args
44-
end
45-
4634
end # API
4735
end # BitBucket

0 commit comments

Comments
 (0)