# File lib/camping-unabridged.rb, line 620
620:     def goes(m)
621:       Apps << a = eval(S.gsub(/Camping/,m.to_s), TOPLEVEL_BINDING)
622:       caller[0]=~/:/
623:       IO.read(a.set:__FILE__,$`)=~/^__END__/ &&
624:       (b=$'.split(/^@@\s*(.+?)\s*\r?\n/m)).shift rescue nil
625:       a.set :_t,H[*b||[]]
626:     end