Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change Real.Str to use Num instead of Bridge internally. (Results sho…
…uld be identical ATM.)
  • Loading branch information
colomon committed Jun 11, 2010
1 parent 9c0f9ec commit d59da85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Real.pm
Expand Up @@ -30,7 +30,7 @@ role Real does Numeric {
}

method Str() {
self.Bridge.Str;
self.Num.Str;
}

method reals() {
Expand Down

0 comments on commit d59da85

Please sign in to comment.