# File lib/maruku/errors_management.rb, line 65 def tell_user(s) error_stream = self.attributes[:error_stream] || $stderr error_stream << s end