method

to_re

ruby latest stable - Class: Scanf::FormatSpecifier

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_9_2_180) is shown here.

to_re()
public

No documentation available.

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