mirror of
https://github.com/ruby/ruby.git
synced 2025-09-21 03:24:00 +02:00
* complex.c: an instance method image has been removed and
uses "imag" instead of "image". * complex.c: two instance method re and im are removed. * rational.c: follows the above changes. * include/ruby/ruby.h: ditto. * gc.c: ditto. * lib/cmath.rb: ditto. * lib/mathn.rb: ditto. * lib/complex.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19439 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
67526f3090
commit
9467d7a024
9 changed files with 223 additions and 227 deletions
|
@ -650,7 +650,7 @@ struct RRational {
|
|||
struct RComplex {
|
||||
struct RBasic basic;
|
||||
VALUE real;
|
||||
VALUE image;
|
||||
VALUE imag;
|
||||
};
|
||||
|
||||
struct RData {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue