Sha256: 8f9751b1bffc78255ed00e875aaef0b64ced650be9f20ff249f28f2e6d946ccd
Contents?: true
Size: 285 Bytes
Versions: 15
Compression:
Stored size: 285 Bytes
Contents
# this helper module is for the benefit of middleware that may not otherwse respond to resolve. # THis is to ensure that middleware wrapping the core forward proxy apps had the resolve method also. # class SiteHub module Resolver def resolve(*_args) self end end end
Version data entries
15 entries across 15 versions & 1 rubygems