1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/net/pop/version.rb

6 lines
56 B
Ruby
Raw Normal View History

2019-11-07 15:24:59 +09:00
module Net
class POP3
VERSION = "0.1.0"
end
end