diff --git a/yjit.rb b/yjit.rb index 18b00c0765..8ceb2b23cc 100644 --- a/yjit.rb +++ b/yjit.rb @@ -234,7 +234,8 @@ module RubyVM::YJIT at_exit { print_and_dump_stats } end - class << self # :stopdoc: + class << self + # :stopdoc: private # Print stats and dump exit locations @@ -487,5 +488,7 @@ module RubyVM::YJIT formatted_pct = "%4.1f%%" % percentage "#{padded_count} (#{formatted_pct})" end + + # :startdoc: end end