item.rb

Path: lib/ooparser/item.rb  (CVS)
Last Update: Thu Sep 08 01:36:49 MDT 2005

This file contains the OOParser::Item class, an abstract factory class for parts of a production.

Synopsis

  require 'ooparser/item'

  terminal = OOParser::Item::create( 'terminal', /foo/ )

Authors

  • Michael Granger <ged@FaerieMUD.org>

Copyright

Copyright © 2005 The FaerieMUD Consortium. Some rights reserved.

This work is licensed under the Creative Commons Attribution License. To view a copy of this license, visit creativecommons.org/licenses/by/1.0/ or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.

Version

 $Id: item.rb 4 2005-09-08 07:36:41Z ged $

Required files

pluginfactory  

[Validate]