new

new(name, version, filename, scope) Class Public methods

configure

configure(option, value=None) Class Public methods

render

render(htmltext, workdir=None) Instance Public methods

clone_empty

clone_empty() Instance Public methods

upcase

str.upcase â new_str Instance Public methods Returns a copy of str with all lowercase letters replaced with their uppercase counterparts. The operation is locale insensitiveâonly characters âa'' to âz'' are affected. Note: case replacement is effective only in ASCII region. "hEllO".upcase #=> "HELLO"

matched

matched() Instance Public methods Returns the last matched string. s = StringScanner.new('test string') s.match?(/\w+/) # -> 4 s.matched # -> "test"

supports_explain?

supports_explain?() Instance Public methods

/ 2

fix / numeric â numeric_result Instance Public methods Performs division: the class of the resulting object depends on the class of numeric and on the magnitude of the result.

make_switch

make_switch(opts, block = nil) Instance Public methods Creates an OptionParser::Switch from the parameters. The parsed argument value is passed to the given block, where it can be processed. See at the beginning of OptionParser for some full examples. opts can include the following elements: Argument style: One of the following: :NONE, :REQUIRED, :OPTIONAL Argument pattern: Acceptable option argument format, must be pre-defined with #accept or #accept, or Regexp. This can app

tagfont_configinfo

tagfont_configinfo(tagOrId, key = nil) Instance Public methods Also aliased as: tagfontobj