/[freeride]/freeride/freebase/databus.rb
ViewVC logotype

Diff of /freeride/freebase/databus.rb

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by richkilmer, Fri Feb 8 06:16:42 2002 UTC revision 1.3 by richkilmer, Mon Feb 11 02:35:59 2002 UTC
# Line 130  module FreeBASE Line 130  module FreeBASE
130        # raise:: [RuntimeException] If this slot is alread managed        # raise:: [RuntimeException] If this slot is alread managed
131        #        #
132        def manager=(manager)        def manager=(manager)
133          raise "This slot already has an active manager" if @manager          raise "Slot #{@path} already has an active manager: #{@manager}" if @manager
134          @manager = manager          @manager = manager
135        end        end
136                

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26