Skip to content

Commit

Permalink
Oops, adding this made no sense
Browse files Browse the repository at this point in the history
  • Loading branch information
sorear committed Dec 23, 2011
1 parent d1c33de commit 46519aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/CORE.setting
Expand Up @@ -618,7 +618,6 @@ my class Int is Integral {
method niecza_quantifier_min() { self }
method Int() { self }
method perl() { defined(self) ?? ~self !! self.typename }
method Rat() { self / 1 }
method FatRat() { FatRat.new(self, 1) }
method ACCEPTS(\$t) { defined(self) ?? self == $t !! $t.^does(self) }
}
Expand Down

0 comments on commit 46519aa

Please sign in to comment.