regexp -> Regexp
自身の元になった正規表現オブジェクトを返します。
例 m = /a.*b/.match("abc") m.regexp # => /a.*b/
m = /a.*b/.match("abc") m.regexp # => /a.*b/