mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 04:55:21 +02:00
RJIT: Clean up unnecessary documentation
This commit is contained in:
parent
18a97affa3
commit
3c18277629
5 changed files with 8 additions and 12 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue