rbs
rbs copied to clipboard
Type Signature for Ruby
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.32.0 to 1.35.0. Release notes Sourced from rubocop's releases. RuboCop 1.35 New features #9364: Add Style/MagicCommentFormat cop. (@dvandersluis, @mattbearman) #10776: New option (consistent) for EnforcedShorthandSyntax in Style/HashSyntax...
PP Source: https://github.com/ruby/ruby/blob/master/lib/pp.rb
on TypeScript, this will not be error: ```ts type voicevox_result_code = | "voicevox_result_succeed" | "voicevox_result_not_loaded_openjtalk_dict" | "voicevox_result_failed_load_model" | "voicevox_result_failed_get_supported_devices" | "voicevox_result_cant_gpu_support" | "voicevox_result_failed_load_metas" | "voicevox_result_uninitialized_status" | "voicevox_result_invalid_speaker_id" | "voicevox_result_invalid_model_index" |...
They will be removed in Ruby 3.2: https://github.com/ruby/ruby/pull/5974
#1077
A few methods were missing from the existing signatures for Fiber.
This was missing from the IO module. Couldn't find a less verbose way to set the conversion options. Suggestions welcome.
https://hackmd.io/xLrYaqUtQ1GhgTHODkYypw This is a feature for `BasicObject#instance_eval` and `scope` in ActiveRecord.