aboutsummaryrefslogtreecommitdiffstats
path: root/kernel.rb
Commit message (Expand)AuthorAgeFilesLines
* [DOC] Use URI#read instead of URI.open for better compatibilityKazuhiro NISHIYAMA2021-01-121-2/+2
* Replace `Kernel.#open` with `URI.open` in docMasataka Pocke Kuwabara2021-01-081-2/+2
* Make Kernel#then, #yield_self, #frozen? builtin (#3283)Takashi Kokubun2020-07-031-0/+78
* Rewrite Kernel#tap with Ruby (#3281)Takashi Kokubun2020-07-031-0/+22
* Annotate Kernel#class as inline (#3250)Takashi Kokubun2020-06-231-0/+21
* [Feature #16254] Use `Primitive.func` styleNobuyoshi Nakada2020-06-191-2/+2
* [Feature #16254] Use `__builtin.func` styleNobuyoshi Nakada2020-06-191-2/+2
* support builtin for Kernel#FloatS.H2020-04-221-0/+24
* Support obj.clone(freeze: true) for freezing cloneJeremy Evans2020-03-221-5/+5
* support builtin for Kernel#cloneS.H2020-03-171-0/+29