Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #545 from jstepien/some-numeric-methods
Numeric#{zero?,nonzero?,-@,+@,truncate}
- Loading branch information
Showing
with
27 additions
and 32 deletions.
- +0 −8 lib-topaz/fixnum.rb
- +26 −0 lib-topaz/numeric.rb
- +0 −3 spec/tags/core/float/uminus_tags.txt
- +0 −1 spec/tags/core/float/uplus_tags.txt
- +0 −2 spec/tags/core/numeric/nonzero_tags.txt
- +0 −1 spec/tags/core/numeric/truncate_tags.txt
- +0 −1 spec/tags/core/numeric/uminus_tags.txt
- +0 −1 spec/tags/core/numeric/uplus_tags.txt
- +0 −2 spec/tags/core/numeric/zero_tags.txt
- +1 −1 tests/objects/test_intobject.py
- +0 −4 topaz/objects/bignumobject.py
- +0 −4 topaz/objects/floatobject.py
- +0 −4 topaz/objects/intobject.py