# File lib/mspec/runner/formatters/dotted.rb, line 94
94:   def print(*args)
95:     @out.print(*args)
96:     @out.flush rescue nil #IronRuby throws a .NET exception on IO.flush
97:   end