[DOC] :stopdoc:
directive must be on its own line (#9916)
This commit is contained in:
parent
190a55d27f
commit
739eec0456
5
yjit.rb
5
yjit.rb
@ -234,7 +234,8 @@ module RubyVM::YJIT
|
|||||||
at_exit { print_and_dump_stats }
|
at_exit { print_and_dump_stats }
|
||||||
end
|
end
|
||||||
|
|
||||||
class << self # :stopdoc:
|
class << self
|
||||||
|
# :stopdoc:
|
||||||
private
|
private
|
||||||
|
|
||||||
# Print stats and dump exit locations
|
# Print stats and dump exit locations
|
||||||
@ -487,5 +488,7 @@ module RubyVM::YJIT
|
|||||||
formatted_pct = "%4.1f%%" % percentage
|
formatted_pct = "%4.1f%%" % percentage
|
||||||
"#{padded_count} (#{formatted_pct})"
|
"#{padded_count} (#{formatted_pct})"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# :startdoc:
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user