# File lib/simp/cli/config/items/data/simp_options_ntp_servers.rb, line 19 def description extra = '' if @config_items.key? 'cli::network::gateway' gateway = @config_items.fetch('cli::network::gateway').value extra = "\nFor many networks, the default gateway (#{gateway}) provides an NTP server." end "#{@description}#{extra}" end