Skip to content

Commit

Permalink
Merge pull request #1812 from ksss/rubyvm-yjit-enable
Browse files Browse the repository at this point in the history
Add optional kwargs of RubyVM::YJIT.enable
  • Loading branch information
soutaro committed Apr 26, 2024
2 parents d69a100 + d1d06f3 commit eb43293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/ruby_vm.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ module RubyVM::YJIT
# * `true`: Enable stats. Print stats at exit.
# * `:quiet`: Enable stats. Do not print stats at exit.
#
def self.enable: () -> void
def self.enable: (?stats: false | true | :quiet) -> void

# <!--
# rdoc-file=yjit.rb
Expand Down

0 comments on commit eb43293

Please sign in to comment.