class Markdiff::Operations::AddDataBeforeHrefOperation
Attributes
after_href[R]
Public Class Methods
new(after_href:, **args)
click to toggle source
Calls superclass method
# File lib/markdiff/operations/add_data_before_href_operation.rb, line 8 def initialize(after_href:, **args) super(**args) @after_href = after_href end