Your best bet is either Regexp#tos or Regexp#source or Regexp#inspect.
But I can't think of why you would want to do this -- Ruby doesn't make it easy to compose Regexp
s programmatically (which is the only reason I can think of why one might want to compose at one level and submit it to another).