From 7efaa4f5d07ebc100a1bbfb34bfd9ea23a4ac2f2 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 18 Jan 2014 12:44:36 +0000 Subject: [DOC] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/socket/option.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ext/socket') diff --git a/ext/socket/option.c b/ext/socket/option.c index 28bdc07db6..0b01065ee5 100644 --- a/ext/socket/option.c +++ b/ext/socket/option.c @@ -148,8 +148,6 @@ sockopt_data(VALUE self) * * Creates a new Socket::Option object which contains a byte as data. * - * The size and endian is dependent on the platform. - * * p Socket::Option.byte(:INET, :SOCKET, :KEEPALIVE, 1) * #=> # */ @@ -169,8 +167,6 @@ sockopt_s_byte(VALUE klass, VALUE vfamily, VALUE vlevel, VALUE voptname, VALUE v * * Returns the data in _sockopt_ as an byte. * - * The size and endian is dependent on the platform. - * * sockopt = Socket::Option.byte(:INET, :SOCKET, :KEEPALIVE, 1) * p sockopt.byte => 1 */ -- cgit v1.2.3