class RSpec::Core::Example::Procsy

Procsy is a class that is used to wrap execution of the Example class

def run_with_trunk

def run_with_trunk
  RSpec::Trunk.new(self).run
end