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