mirror of
https://github.com/ruby/ruby.git
synced 2025-09-16 17:14:01 +02:00
5 lines
60 B
Ruby
5 lines
60 B
Ruby
module Net
|
|
class Protocol
|
|
VERSION = "0.1.0"
|
|
end
|
|
end
|