Basically, the Null Object pattern; nothing is output from this reporter.
(see Riot::Reporter#error)
# File lib/riot/reporter/silent.rb, line 12 def error(description, e); end
(see Riot::Reporter#fail)
# File lib/riot/reporter/silent.rb, line 9 def fail(description, message, line, file); end
(see Riot::Reporter#pass)
# File lib/riot/reporter/silent.rb, line 6 def pass(description, message); end
(see Riot::Reporter#results)
# File lib/riot/reporter/silent.rb, line 15 def results(time_taken); end