Tatsuya Sato

Results 13 issues of Tatsuya Sato

Here is example ```ruby # foo.rb class Foo def foo(&block) define_singleton_method(:bar, block) end end Foo.new.foo { |i| (i * i) } ``` ```rbs class Foo def foo: { (Integer) ->...

This pull-requests provides new CLIs with Thor, a CLI framework in Ruby. Installing the current version of roma installs many commands into users' system. It would bother them. This pull-request...

The release date is coming. Is there any remaining task other than the following 3 PRs? - [x] #126 - [ ] #101 - [ ] #102

I went to [rails-erd's API doc on rubydoc.info](http://rubydoc.info/github/voormedia/rails-erd/frames) then clicked `[View on GitHub]` links but the all lead me to 404 on GitHub. Unfortunately, as I'm not familiar with yard,...

In #250 , `Net::LDAP` of the latest version 0.13.0 accepts encryption options on its initializer. It causes an error when creating a connection as reported. This PR provides a validation...

In discussion of #226, GSS_SPENEGO authentication adapter must be implemented as a gem to care users who use this authentication method. CC: @jch

The current latest version 1.8.0 are not able to handle `Tag` in an response of Ichiba Item search and doesn't support Tag Search API. https://webservice.rakuten.co.jp/api/ichibatagsearch/