# File lib/shindo.rb, line 11 def self.tests(description = nil, tags = [], &block) STDOUT.sync = true Shindo::Tests.new(description, tags, &block) end