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 <
[hidden email]> wrote:
>
>
> Date: 25 Mar 2015 20:13:59 CET
> Subject: GRNumberPrinter
> From: Cameron Sanders <
[hidden email]>
> To: Any question about pharo is welcome <
[hidden email]>
>
>
>
> 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
>
>