index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrbgems
/
mruby-rational
/
test
Age
Commit message (
Expand
)
Author
2021-03-27
Move default `Integer#/` from `rational.c` to `complex.c`.
Yukihiro "Matz" Matsumoto
2021-03-26
rational.rb: add test for arithmetic operators.
Yukihiro "Matz" Matsumoto
2020-10-12
Integrate `Fixnum` class into `Integer` class
dearblue
2019-07-30
Refine message to `skip` in nested `assert`
KOBAYASHI Shuji
2019-06-29
Use nested `assert`
dearblue
2019-05-27
Fix `Rational#==(Complex)`
KOBAYASHI Shuji
2019-05-23
Freeze `Rational` and `Complex` objects
KOBAYASHI Shuji
2019-05-22
`Kernel#Rational` requires numerator
KOBAYASHI Shuji
2019-05-21
Revert part of #4457
KOBAYASHI Shuji
2019-05-20
Change the order of "expected" and "actual" in `mruby-rational` test
KOBAYASHI Shuji
2019-05-19
Fix `Rational#<=>(Numeric)`
KOBAYASHI Shuji
2019-05-17
Drop dependency from `mruby-rational` to `mruby-numeric-ext`
KOBAYASHI Shuji
2019-05-16
Fix `Rational#==`
KOBAYASHI Shuji
2019-05-15
Fix dependencies
Ukrainskiy Sergey
2019-05-15
Basic implementation of Complex and Rational classes
Ukrainskiy Sergey
2019-05-15
Initial suffix support
Ukrainskiy Sergey