Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Minor fix for parsing type constants.
Example: var Hello::obj = File.new(__FILE__); say Hello::obj::O_APPEND; # now works correctly say Hello::obj; # points at the file obj
- Loading branch information