Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Change python True to ruby true
Browse files Browse the repository at this point in the history
  • Loading branch information
tsabat committed Jul 24, 2014
1 parent ab57d94 commit 83acee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/my_ruby_calculator
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ File.open(ARGV[0]) do |fh|
# to raise an error, return failed=True and a msg string.

print JSON.dump({
'failed' => True,
'failed' => true,
'msg' => 'failed to parse inputs x or y'
})

Expand Down

0 comments on commit 83acee7

Please sign in to comment.