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