TypeProf::Type
This is an internal object in MRI, so a user program cannot create this object explicitly
github.com/ruby/ruby/pull/4468
Check if Ruby 3.1 or later
github.com/ruby/ruby/blob/v3_0_2/vm_core.h#L1206
# File typeprof-0.21.2/lib/typeprof/iseq.rb, line 18 def compile(file) compile_core(nil, file) end
# File typeprof-0.21.2/lib/typeprof/iseq.rb, line 22 def compile_str(str, path = nil) compile_core(str, path) end
# File typeprof-0.21.2/lib/typeprof/type.rb, line 609 def initialize(iseq) @iseq = iseq end
# File typeprof-0.21.2/lib/typeprof/type.rb, line 615 def inspect "Type::ISeq[#{ @iseq }]" end
# File typeprof-0.21.2/lib/typeprof/type.rb, line 619 def screen_name(_scratch) raise NotImplementedError end
This page was generated for Ruby 3.1.2
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.42.0.