blob 7e6e36360afb444fe75b2eb37f211c1ec28135eb 194 bytes (raw)
1
2
3
4
5
6
7
| | # -*- encoding: binary -*-
# compatibility module for Ruby <= 2.4, remove when we go Ruby 2.5+
module Unicorn::WriteSplat # :nodoc:
def write(*arg) # :nodoc:
super(arg.join(''))
end
end
|
debug log:
solving 7e6e363 ...
found 7e6e363 in https://yhbt.net/unicorn.git/
Code repositories for project(s) associated with this public inbox
https://yhbt.net/unicorn.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).