object.rb

Path: server/environments/object.rb  (CVS)
Last Update: Sat Aug 18 22:54:10 -0700 2007

This file contains the MUES::ObjectEnvironment class - A MUES::Environment derivative for testing metaclass code.

Synopsis

  mues> /loadenv ObjectEnvironment objWorld
  Attempting to load the 'ObjectEnvironment' environment as 'objWorld'
  Successfully loaded 'objWorld'

  mues> /roles
  objWorld (ObjectEnvironment):
       tester     An object-testing role

  (1) role available to you.

  mues> /connect objWorld tester
  Connecting...
  Connected to ObjectEnvironment as 'tester'

  objWorld: tester {nil}>> ...

Subversion ID

$Id$

Authors

  • Michael Granger <ged@FaerieMUD.org>

Copyright

Copyright (c) 2000-2003 The FaerieMUD Consortium. All rights reserved.

This module is free software. You may use, modify, and/or redistribute this software under the terms of the Perl Artistic License. (See language.perl.com/misc/Artistic.html)

THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

Required files

sync   mues   mues/environment   mues/classlibrary   mues/objectspacevisitor  

[Validate]