File Manager

Path: /opt/chef/embedded/lib/ruby/2.7.0/net/pop/

Viewing File: version.rb

module Net
  class Protocol; end
  class POP3 < Protocol
    VERSION = "0.1.0"
  end
end