Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
missing coercers, gfldex++
  • Loading branch information
moritz committed Oct 5, 2011
1 parent d3e6519 commit fb53581
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/Cool.pm
Expand Up @@ -176,6 +176,9 @@ my class Cool {
}

method Real() { self.Numeric.Real }
method Int() { self.Numeric.Int }
method Num() { self.Numeric.Num }
method Rat() { self.Numeric.Rat }
}

sub chop($s) { $s.chop }
Expand Down

0 comments on commit fb53581

Please sign in to comment.