# File lib/camping-unabridged.rb, line 525 def R *u r=@r Class.new { meta_def(:urls){u} meta_def(:inherited){|x|r<<x} } end