# File lib/camping-unabridged.rb, line 415
415:     def service(*a)
416:       r = catch(:halt){send(@method, *a)}
417:       @body ||= r 
418:       self
419:     end