mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
*** empty log message ***
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/RUBY@11 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f12baed5df
commit
fd1d8cdc09
78 changed files with 7894 additions and 7806 deletions
3
range.c
3
range.c
|
@ -12,7 +12,6 @@
|
|||
|
||||
#include "ruby.h"
|
||||
|
||||
VALUE mComparable;
|
||||
static VALUE cRange;
|
||||
extern VALUE cNumeric;
|
||||
|
||||
|
@ -170,6 +169,8 @@ range_inspect(range)
|
|||
return str;
|
||||
}
|
||||
|
||||
VALUE enum_length();
|
||||
|
||||
static VALUE
|
||||
range_length(rng)
|
||||
VALUE rng;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue