Sha256: ceb53a02e19af0d1d2886877cb5b3e5a89cf379cd5305d45a2f8d2060bdb42c2

Contents?: true

Size: 213 Bytes

Versions: 10

Compression:

Stored size: 213 Bytes

Contents

module CanTango
  class Configuration
    class Localhosts < Registry::Base
      include Singleton
      
      def default
        @default ||= ['localhost', '0.0.0.0', '127.0.0.1']
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
cantango-config-0.1.9.2 lib/cantango/configuration/localhosts.rb
cantango-config-0.1.8.1 lib/cantango/configuration/localhosts.rb
cantango-config-0.1.8 lib/cantango/configuration/localhosts.rb
cantango-config-0.1.7 lib/cantango/configuration/localhosts.rb
cantango-config-0.1.6 lib/cantango/configuration/localhosts.rb
cantango-config-0.1.5 lib/cantango/configuration/localhosts.rb
cantango-config-0.1.4 lib/cantango/configuration/localhosts.rb
cantango-config-0.1.3 lib/cantango/configuration/localhosts.rb
cantango-config-0.1.2 lib/cantango/configuration/localhosts.rb
cantango-config-0.1.1 lib/cantango/configuration/localhosts.rb