Files | Admin

Notes:

Release Name: 0.1.0

Notes:
== DESCRIPTION:
Rutema Elements modules are the easiest way to add functionality to rutema parsers.
Just derive your parser from the basic rutema parser and include the module of your choice 

class MyParser < Rutema::MinimalXMLParser
	include Rutema::Elements::IIS
	include Rutema::Elements::Standard
end

and voila! your parser now understands how to reset IIS, wait and fail!

== FEATURES/PROBLEMS:
Easy addition of extra functionality for rutema

== SYNOPSIS:
See http://patir.rubyforge.org/rutema/parser.html for information on how these modules fit into a parser
Check the RDocs for information on how to configure plus examples of usage for each element.


Changes: === 0.1.0 / 2008-10-09 * SQLServer module * IIS module * MSTest module * Web module * Birthday!