# File lib/turn/decorators/topten_decorator.rb, line 9 def method_missing(m,*args,&block) @reporter.send(m,*args,&block) end