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