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

Version Path
sitehub-0.5.0.alpha12 lib/sitehub/resolver.rb
sitehub-0.4.10 lib/sitehub/resolver.rb
sitehub-0.5.0.alpha11 lib/sitehub/resolver.rb
sitehub-0.5.0.alpha10 lib/sitehub/resolver.rb
sitehub-0.5.0.alpha8 lib/sitehub/resolver.rb
sitehub-0.5.0.alpha7 lib/sitehub/resolver.rb
sitehub-0.5.0.alpha6 lib/sitehub/resolver.rb
sitehub-0.5.0.alpha5 lib/sitehub/resolver.rb
sitehub-0.5.0.alpha4 lib/sitehub/resolver.rb
sitehub-0.5.0.alpha3 lib/sitehub/resolver.rb
sitehub-0.5.0.alpha2 lib/sitehub/resolver.rb
sitehub-0.4.9 lib/sitehub/resolver.rb
sitehub-0.4.8 lib/sitehub/resolver.rb
sitehub-0.4.7 lib/sitehub/resolver.rb
sitehub-0.4.6 lib/sitehub/resolver.rb