Class: Socket::Servent
- Inherits:
-
Struct
- Object
- Struct
- Socket::Servent
- Defined in:
- lib/rubysl/socket.rb
Instance Method Summary collapse
-
#initialize(data) ⇒ Servent
constructor
A new instance of Servent.
- #to_s ⇒ Object
Constructor Details
Instance Method Details
#to_s ⇒ Object
935 936 937 |
# File 'lib/rubysl/socket.rb', line 935 def to_s @p.read_string(size) end |