Current Path : /proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/proc/self/root/proc/self/root/opt/alt/ruby27/share/ruby/net/pop/ |
Current File : //proc/thread-self/root/proc/thread-self/root/proc/thread-self/root/proc/self/root/proc/self/root/opt/alt/ruby27/share/ruby/net/pop/version.rb |
module Net class Protocol; end class POP3 < Protocol VERSION = "0.1.0" end end