In Files

  • rbs-2.1.0/lib/rbs/test.rb

Class/Module Index [+]

Quicksearch

RBS::Test

Attributes

suffix[RW]

Public Class Methods

call(receiver, method, *args, &block) click to toggle source
 
               # File rbs-2.1.0/lib/rbs/test.rb, line 82
def self.call(receiver, method, *args, &block)
  method.bind_call(receiver, *args, &block)
end
            
reset_suffix() click to toggle source
 
               # File rbs-2.1.0/lib/rbs/test.rb, line 74
def reset_suffix
  self.suffix = "RBS_TEST_#{SecureRandom.hex(3)}"
end
            
There is an updated format of the API docs for this version here.