This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
ruby--ruby
Watch
1
Star
0
Fork
You've already forked ruby--ruby
0
mirror of
https://github.com/ruby/ruby.git
synced
2022-11-09 12:17:21 -05:00
Code
Releases
Activity
a2fac1d72c
ruby--ruby
/
lib
/
net
/
pop
/
version.rb
7 lines
89 B
Ruby
Raw
Normal View
History
Unescape
Escape
Promote net-pop to default gems
2019-11-07 15:24:59 +09:00
module
Net
Fixed test failure related Net::Protocol
2019-11-07 17:09:22 +09:00
class
Protocol
;
end
class
POP3
<
Protocol
Promote net-pop to default gems
2019-11-07 15:24:59 +09:00
VERSION
=
"
0.1.0
"
end
end
Copy permalink