Sha256: 376926672e1825f436aa52606450d83b42d9c4499b27664924e965863befae11
Contents?: true
Size: 336 Bytes
Versions: 10
Compression:
Stored size: 336 Bytes
Contents
# typed: ignore # Copyright (c) 2015 Sqreen. All Rights Reserved. # Please refer to our terms for more information: https://www.sqreen.com/terms.html require 'sqreen/actions/ip_ranges_index' module Sqreen module Actions module IpRangeIndexedActionClass def new_index IpRangesIndex.new end end end end
Version data entries
10 entries across 10 versions & 1 rubygems