Instance Methods
ext/socket/lib/socket.rb
View on GitHub
# File tmp/rubies/ruby-3.4.0-preview1/ext/socket/lib/socket.rb, line 1026
def add_error(_, _)
raise StandardError, "This #{self.class} cannot respond to:"
end
No documentation available
ext/socket/lib/socket.rb
View on GitHub
# File tmp/rubies/ruby-3.4.0-preview1/ext/socket/lib/socket.rb, line 1022
def add_resolved(_, _)
raise StandardError, "This #{self.class} cannot respond to:"
end
No documentation available
ext/socket/lib/socket.rb
View on GitHub
# File tmp/rubies/ruby-3.4.0-preview1/ext/socket/lib/socket.rb, line 1042
def close_all
# Do nothing
end
No documentation available
#
ext/socket/lib/socket.rb
View on GitHub
# File tmp/rubies/ruby-3.4.0-preview1/ext/socket/lib/socket.rb, line 1038
def closed?
true
end
No documentation available
#
ext/socket/lib/socket.rb
View on GitHub
# File tmp/rubies/ruby-3.4.0-preview1/ext/socket/lib/socket.rb, line 1030
def get
nil
end
No documentation available
#
ext/socket/lib/socket.rb
View on GitHub
# File tmp/rubies/ruby-3.4.0-preview1/ext/socket/lib/socket.rb, line 1034
def opened?
false
end
No documentation available
ext/socket/lib/socket.rb
View on GitHub
# File tmp/rubies/ruby-3.4.0-preview1/ext/socket/lib/socket.rb, line 1018
def waiting_pipe
nil
end
No documentation available