class TextileEditorInitialize class << self def textile_editor_initialize output = [] output << '' output.join("\n").html_safe end end end