module ERB::Util
module RedCloth
module RedCloth::Formatters
module RedCloth::Formatters::Base
module RedCloth::Formatters::HTML
module RedCloth::Formatters::LATEX
module RedCloth::Formatters::LATEX::Settings
module RedCloth::VERSION
class ERB
class RedCloth::TextileDoc
RedCloth
4.3.4
# caps
def caps(opts) if no_span_caps opts[:text] else opts[:class] = 'caps' span(opts) end end