method
to_re
ruby latest stable - Class:
Scanf::FormatSpecifier
to_re()public
No documentation available.
# File lib/scanf.rb, line 467
def to_re
Regexp.new(@re_string,Regexp::MULTILINE)
end to_re()No documentation available.
# File lib/scanf.rb, line 467
def to_re
Regexp.new(@re_string,Regexp::MULTILINE)
end