File Manager

Path: /proc/self/root/proc/self/root/proc/self/root/opt/chef/embedded/lib/ruby/2.7.0/net/smtp/

Viewing File: version.rb

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