lib/arborist/node/service.rb in arborist-0.5.0 vs lib/arborist/node/service.rb in arborist-0.6.0
- old
+ new
@@ -169,10 +169,10 @@
#
# Serialization
#
### Return a Hash of the host node's state.
- def to_h( * )
+ def to_h( ** )
return super.merge(
addresses: self.addresses.map(&:to_s),
protocol: self.protocol,
app_protocol: self.app_protocol,
port: self.port