aycabta
aycabta
@natematykiewicz Sorry for late. The broken doc of `Net::FTP` was fixed at https://github.com/ruby/ruby/commit/c4f8095e9732aa82669a45ea55b8c24200c5dae8. Next, the broken doc of a const variable of `REXML::DTD::ElementDecl` is maybe based on ruby-doc.org's template. I...
@k-takata How is this?
I think that this is *just shell matter* and you should use quoted string literal. In the Bash example, please check [Bash Reference Manual](https://www.gnu.org/software/bash/manual/bash.html)'s several points, [Quoting](https://www.gnu.org/software/bash/manual/bash.html#Quoting) and [Word Splitting](https://www.gnu.org/software/bash/manual/bash.html#Word-Splitting)....
@rafaelfranca Does deleting bootsnap's cache not help?
Does Bootsnap or Spring need to add default gems of Ruby to the dependencies list of a library that a Rails application needs? In this case, "a library" is reline...
Thank you for your reporting! Memo: - [x] `A` and `I` are implemented by https://github.com/ruby/reline/commit/e4fc1ee0472c3cd99ae6d7b790ad003e631c65fd - [x] `t`, `T`, and `F` what are motions...are implemented by ruby/reline#111 and ruby/reline#112 -...
@evanphx This Pull Request is very important for RDoc because of [test on AppVeyor fails](https://ci.appveyor.com/project/aycabta/rdoc/build/job/o7yuwvo5ibtk8jry). Please review this.
Would you paste the result of `irb_info` command in IRB?
@ayosec Could you try the latest version of irb gem and reline gem by `gem install irb reline`? The reline gem handles the speedup process, and you are using a...
@ayosec I know that the price of multiple features is a lot of extra function calls. Are there any situations where it is dysfunctional in practical use?