object.rb

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

This file contains the MUES::Object and MUES::Version classes. MUES::Object is the base class for all objects in MUES. MUES::Version is a Comparable version object class that is used to represent class versions.

Synopsis

  require 'mues/object'

  module MUES
    class MyClass < MUES::Object
      def initialize( *args )
        super()
      end
    end
  end

Subversion ID

$Id: object.rb 1206 2004-05-09 21:25:11Z deveiant $

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

digest/md5   sync   mues/utils   mues/exceptions   mues/mixins   mues/logger   rbconfig  

[Validate]