This may be not a bug report but feature request. on (CRuby's) irb returns inspected value like this. ``` >> Regexp.new("hoge/hoge") => /hoge\/hoge/ ``` But HsRegexp doesn't. As inspect method is not implemented.