mirror of
https://github.com/ruby/ruby.git
synced 2025-08-26 22:45:03 +02:00
5 lines
60 B
Ruby
5 lines
60 B
Ruby
module Net
|
|
class Protocol
|
|
VERSION = "0.1.0"
|
|
end
|
|
end
|