RJIT: Clean up unnecessary documentation

This commit is contained in:
Takashi Kokubun 2023-12-21 16:18:30 -08:00
parent 18a97affa3
commit 3c18277629
5 changed files with 8 additions and 12 deletions

View file

@ -1,5 +1,6 @@
# frozen_string_literal: true
module RubyVM::RJIT
# Return a Hash for \RJIT statistics. \--rjit-stats makes more information available.
def self.runtime_stats
stats = {}
@ -30,6 +31,7 @@ module RubyVM::RJIT
stats
end
# :nodoc: all
class << self
private