module RBS::Test
Constants
- CLASS
- CallTrace
- DEFINE_METHOD
- INSPECT
- INSTANCE_EVAL
- INSTANCE_EXEC
- IS_AP
- METHOD
- METHODS
- PP
-
Kernel#pp
- RESPOND_TOP
- SINGLETON_CLASS
Attributes
Public Class Methods
(untyped receiver, UnboundMethod, *untyped) ?{ () → void } → void
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/lib/rbs/test.rb, line 87 def self.call(receiver, method, *args, &block) __skip__ = method.bind_call(receiver, *args, &block) end
() → String
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/lib/rbs/test.rb, line 79 def reset_suffix self.suffix = "RBS_TEST_#{SecureRandom.hex(3)}" end