module RBS::Test
Constants
Attributes
suffix[RW]
Public Class Methods
call(receiver, method, *args, &block)
click to toggle source
# File rbs-3.8.0/lib/rbs/test.rb, line 87 def self.call(receiver, method, *args, &block) __skip__ = method.bind_call(receiver, *args, &block) end
reset_suffix()
click to toggle source
# File rbs-3.8.0/lib/rbs/test.rb, line 79 def reset_suffix self.suffix = "RBS_TEST_#{SecureRandom.hex(3)}" end