Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
super
instead of copy-and-paste in `Net::WebMockNetBufferedIO#i…
…nitialize` The body of `Net::WebMockNetBufferedIO#initialize` is a code clone from `Net::BufferedIO#initialize`. (BTW, it seems that `@continue_timeout = continue_timeout` lacks.) It is difficult to maintain such a code clone. Instead, it would be better to use `super` if possible. This PR also should fix #786 gracefully.
- Loading branch information