Shugo Maeda

Results 9 issues of Shugo Maeda

Otherwise, full-width characters overlap on a [new Windows console](https://docs.microsoft.com/en-us/previous-versions/orphan-topics/ws.11/mt427362(v=ws.11)). ![win_fullwidth_ng](https://user-images.githubusercontent.com/34552/54249667-62f90f80-4584-11e9-9a0b-038f51f45cba.png)

Currently, argument types of `def foo(...)` is `(*untyped)`, but it will be changed to `(*untyped, **untyped **)` if ruby/ruby#6818 is merged. The current behavior depends on the implementation details of...

https://github.com/ruby/resolv/issues/45 realized me that LICENSE.txt contains only BSD-2-Clause license, while gemspec specifies both Ruby's and BSD-2-Clause license. So I'd like to clarify the license.

https://github.com/ruby/resolv/issues/45 realized me that LICENSE.txt contains only BSD-2-Clause license, while gemspec specifies both Ruby's and BSD-2-Clause license. So I'd like to clarify the license.

Because String#index takes O(N), where N is the second argument, while String#byteindex takes O(1).