class Fivemat::RSpec

def start_dump

def start_dump
  # Skip the call to output.puts in the messiest way possible.
  self.class.superclass.superclass.instance_method(:start_dump).bind(self).call
end