lib/ryo/plugin/whois.rb in ryo-0.3.0 vs lib/ryo/plugin/whois.rb in ryo-0.3.1

- old
+ new

@@ -1,5 +1,7 @@ +# frozen_string_literal: true + module Ryo module Plugin class Whois attr_reader :domain def initialize(domain) @@ -59,6 +61,6 @@ def self.discover(domain) new(domain).discover end end end -end \ No newline at end of file +end