lib/virustotal/clients/ip_address.rb in virustotalx-1.1.0 vs lib/virustotal/clients/ip_address.rb in virustotalx-1.2.0

- old
+ new

@@ -8,18 +8,18 @@ include Action::Relationships private def relationships - @relationships ||= %w( + @relationships ||= %w[ communicating_files downloaded_files graphs historical_whois referrer_files resolutions urls - ).map(&:to_sym) + ].map(&:to_sym) end end end end