Skip to content

Commit

Permalink
Merge pull request #6 from tmornini/master
Browse files Browse the repository at this point in the history
Use parenthesis where required
  • Loading branch information
Tom Mornini committed Mar 22, 2012
2 parents ad76042 + a60b0e5 commit 8f4e91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/turn/reporters/snuggs_reporter.rb
Expand Up @@ -184,7 +184,7 @@ def finish_suite(suite)
end

def paint line, color
ANSI.__send__ color { line }
ANSI.__send__(color) { line }
end
end
end

0 comments on commit 8f4e91c

Please sign in to comment.