According to GRPrinterTest>>#testIntegerPrinter this is expected behaviour ;-)
There is also a GRSignPrinter, but since there are no class comments ...
> On 25 Mar 2015, at 20:14, Cameron Sanders via Pharo-users
> wrote:
>
>
> Date: 25 Mar 2015 20:13:59 CET
> Subject: GRNumberPrinter
> From:
--- Begin Message ---
What am i doing wrong here with my usage?
(GRNumberPrinter new separator: $,; precision: 2; yourself)
print: -300.
when inspected i get '300.00'.
Thanks in advance.
-Cam
--- End Message ---