class RD::StringElement
Public Instance Methods
accept(visitor)
click to toggle source
# File lib/rd/inline-element.rb, line 46 def accept(visitor) visitor.visit_StringElement(self) end
to_label()
click to toggle source
# File lib/rd/inline-element.rb, line 50 def to_label @content end