mirror of
https://github.com/ruby/ruby.git
synced 2025-08-25 22:14:37 +02:00
4 lines
75 B
Ruby
4 lines
75 B
Ruby
class RubyVM::MJIT::JITState < Struct.new(
|
|
:pc, # @param [Integer]
|
|
)
|
|
end
|