# File lib/rabbit/parser/wiki/output.rb, line 391 def br Text.new("\n") end
# File lib/rabbit/parser/wiki/output.rb, line 371 def code_point(code_point, *rest) @private.pack(Text.new([code_point].pack("U")), *rest) end
# File lib/rabbit/parser/wiki/output.rb, line 364 def entity(entity, *rest) return nil unless TABLE.include?(entity) @private.pack(Text.new(TABLE[entity]), *rest) end
# File lib/rabbit/parser/wiki/output.rb, line 387 def lang(lang, text, *rest) super(lang, @private.pack(text, *rest)) end
# File lib/rabbit/parser/wiki/output.rb, line 383 def note(text, *rest) super(@private.pack(text, *rest)) end
# File lib/rabbit/parser/wiki/output.rb, line 375 def sub(text, *rest) super(@private.pack(text, *rest)) end
# File lib/rabbit/parser/wiki/output.rb, line 379 def sup(text, *rest) super(@private.pack(text, *rest)) end
Generated with the Darkfish Rdoc Generator 2.