class Mallory::Backend::Self

Public Class Methods

new() click to toggle source
# File lib/mallory/backend/self.rb, line 4
def initialize()
  @proxies = []
end

Public Instance Methods

all() click to toggle source
# File lib/mallory/backend/self.rb, line 12
def all
  @proxies
end
any() click to toggle source
# File lib/mallory/backend/self.rb, line 8
def any
  @proxies.sample
end