class Raf::Ruby

Public Instance Methods

apply() click to toggle source
# File lib/raf2html_element.rb, line 198
def apply
  "<ruby><rb>#{@contents[0]}</rb><rp>(</rp><rt>#{@contents[1]}</rt><rp>)</rp></ruby>"
end