Ruby Parser

Description

The Ruby parser allows you to have Ruby code rendered nicely inside Moin's code blocks.

Download & Release Notes

Download

Release Version

Moin Version

Release Notes

parser/ruby.py

1.0

1.5

ParserMarket/Ruby/ReleaseNotes

Installation

For general installation instructions, see ParserMarket/InstallingParsers. This parser requires no special dependencies, such as outside Python libraries.

Usage

To use this parser, simply put #!Ruby after the beginning of the code block.

Example

{{{#!Ruby
puts 'Hello world'
}}}

This parser is copyrighted by KubaNowak

License

This parser is released under the terms of the GNU GPL.

Discussion

MoinMoin: ParserMarket/Ruby (last edited 2008-01-27 20:54:03 by FedericoLorenzi)