Skip to content

Commit

Permalink
add testrunner print for ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfitz committed Feb 12, 2015
1 parent 73fe5e4 commit 12537e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions std/haxe/unit/TestRunner.hx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ class TestRunner {
untyped __java__("java.lang.System.out.print(str)");
#elseif python
python.Lib.print(v);
#elseif rb
var str:String = v;
untyped __js__("print(str)");
#end
}

Expand Down

0 comments on commit 12537e1

Please sign in to comment.