# File lib/maruku/input/charsource.rb, line 255 def read_regexp(r) string = @s.scan(r) if string return r.match(string) else return nil end end