# File lib/ramaze/helper/maruku.rb, line 11
      def maruku(text)
        ::Maruku.new(text.to_str).to_html
      end