관리-도구
편집 파일: version.rb
module Net class Protocol; end class POP3 < Protocol VERSION = "0.1.0" end end