module Rubyrubi::Parser

Constants

KANJI
KOMEI
OKURI

Public Class Methods

ruby_tag(text, ruby) click to toggle source
# File lib/rubyrubi/parser/base.rb, line 7
def self.ruby_tag(text, ruby)
  "<ruby>#{text}<rp>(</rp><rt>#{ruby}</rt><rp>)</rp></ruby>"
end