method

to_re

to_re()
public

No documentation available.

# File lib/scanf.rb, line 451
    def to_re
      Regexp.new(@re_string,Regexp::MULTILINE)
    end