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 #739 from kostya/allocate
allocate does not accept any arguments
- Loading branch information
Showing
with
23 additions
and 24 deletions.
- +0 −1 spec/tags/core/array/allocate_tags.txt
- +1 −1 topaz/objects/arrayobject.py
- +3 −3 topaz/objects/classobject.py
- +1 −1 topaz/objects/dirobject.py
- +1 −1 topaz/objects/exceptionobject.py
- +2 −2 topaz/objects/fileobject.py
- +7 −7 topaz/objects/hashobject.py
- +1 −1 topaz/objects/numericobject.py
- +3 −3 topaz/objects/randomobject.py
- +1 −1 topaz/objects/rangeobject.py
- +2 −2 topaz/objects/regexpobject.py
- +1 −1 topaz/objects/stringobject.py