class RateThrottleClient::Null
Public Class Methods
new(*_, **_)
click to toggle source
# File lib/rate_throttle_client/clients/null.rb, line 3 def initialize(*_, **_) end
Public Instance Methods
call() { || ... }
click to toggle source
# File lib/rate_throttle_client/clients/null.rb, line 6 def call yield end