module RBS::Test
Constants
- CLASS
- CallTrace
- DEFINE_METHOD
- INSPECT
- INSTANCE_EVAL
- INSTANCE_EXEC
- IS_AP
- METHOD
- METHODS
- PP
- SINGLETON_CLASS
Attributes
suffix[RW]
Public Class Methods
call(receiver, method, *args, &block)
click to toggle source
# File rbs-2.8.2/lib/rbs/test.rb, line 84 def self.call(receiver, method, *args, &block) method.bind_call(receiver, *args, &block) end
reset_suffix()
click to toggle source
# File rbs-2.8.2/lib/rbs/test.rb, line 76 def reset_suffix self.suffix = "RBS_TEST_#{SecureRandom.hex(3)}" end