lib/unleash/strategy/application_hostname.rb in unleash-3.2.5 vs lib/unleash/strategy/application_hostname.rb in unleash-4.0.0

- old
+ new

@@ -2,9 +2,10 @@ module Unleash module Strategy class ApplicationHostname < Base attr_accessor :hostname + PARAM = 'hostnames'.freeze def initialize self.hostname = Socket.gethostname || 'undefined' end