Commit f2fbd0f
committed
Fix the complete method for Ruby 2.x
Without this fix, the following error occurs:
```
`reopen': <STDOUT> can't change access mode from "w" to "r" (ArgumentError)
```1 parent 90d74c8 commit f2fbd0f
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | | - | |
| 124 | + | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
0 commit comments