class RD::Verb
Public Instance Methods
accept(visitor)
click to toggle source
# File lib/rd/inline-element.rb, line 56 def accept(visitor) visitor.visit_Verb(self) end
to_label()
click to toggle source
# File lib/rd/inline-element.rb, line 60 def to_label @content.strip end