Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashk committed Apr 3, 2013
1 parent fe93e6a commit 81e4a15
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/main/scala/org/moe/runtime/builtins/BoolClass.scala
Expand Up @@ -24,17 +24,6 @@ object BoolClass {

import r.NativeObjects._

// moved to coercion section

// boolClass.addMethod(
// new MoeMethod(
// "prefix:<+>",
// new MoeSignature(),
// env,
// (e) => getInt(self(e).unboxToInt.getOrElse(0))
// )
// )

// coercion

boolClass.addMethod(
Expand Down

0 comments on commit 81e4a15

Please sign in to comment.