From 68c661b8e5345cb7643e88febd9ca0dc17726175 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 26 Apr 2016 12:29:41 +0000 Subject: [DOC] update Integer#<< doc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bignum.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'bignum.c') diff --git a/bignum.c b/bignum.c index db63e0160c..61ef401098 100644 --- a/bignum.c +++ b/bignum.c @@ -6711,13 +6711,6 @@ rb_big_xor(VALUE x, VALUE y) return bignorm(z); } -/* - * call-seq: - * big << numeric -> integer - * - * Shifts big left _numeric_ positions (right if _numeric_ is negative). - */ - VALUE rb_big_lshift(VALUE x, VALUE y) { -- cgit v1.2.3