File: version.rb

package info (click to toggle)
ruby-net-telnet 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 164 kB
  • sloc: ruby: 537; makefile: 7; sh: 3
file content (5 lines) | stat: -rw-r--r-- 58 bytes parent folder | download
1
2
3
4
5
module Net
  class Telnet
    VERSION = "0.2.0"
  end
end