mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Add a jruby_-prefixed method alias to conditional method (#2104)
- This is a documentation edge-case
This commit is contained in:
parent
0e29988b96
commit
5a1b922583
1 changed files with 3 additions and 0 deletions
|
@ -238,6 +238,9 @@ module Puma
|
|||
return false unless IO.select([@to_io], nil, nil, 0)
|
||||
try_to_finish
|
||||
end
|
||||
|
||||
# For documentation, see https://github.com/puma/puma/issues/1754
|
||||
send(:alias_method, :jruby_eagerly_finish, :eagerly_finish)
|
||||
end # IS_JRUBY
|
||||
|
||||
def finish
|
||||
|
|
Loading…
Add table
Reference in a new issue