Sha256: b553bf62e72bee4f469c0f200bd4e4dc98517e9168fdd39e007472611f6e0183

Contents?: true

Size: 297 Bytes

Versions: 2

Compression:

Stored size: 297 Bytes

Contents

=begin
TODO - 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.

=end
class SiteHub
  module Resolver
    def resolve(*args)
      self
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sitehub-0.4.2 lib/sitehub/resolver.rb
sitehub-0.4.1 lib/sitehub/resolver.rb