class RDoc::Markup::RegexpHandling
Hold details of a regexp handling sequence
Attributes
Public Class Methods
Source
# File vendor/bundle/ruby/3.4.0/gems/rdoc-6.13.0/lib/rdoc/markup/regexp_handling.rb, line 20 def initialize(type, text) @type, @text = type, text end
Creates a new regexp handling sequence of type
with text