Skip to content

Commit c66061c

Browse files
author
root
committed
Remove useless(?) method. Anyway *retval_to_s* method don't exist...
1 parent 5eac856 commit c66061c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: lib/redmine_git_hosting/shell_redirector.rb

-5
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,6 @@ def puts(*args)
138138
end
139139

140140

141-
def putc(obj)
142-
@extra_args << retval_to_s(obj)
143-
end
144-
145-
146141
def write(obj)
147142
@extra_args << obj.to_s
148143
end

0 commit comments

Comments
 (0)