/[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.10 by richkilmer, Fri Sep 13 04:05:59 2002 UTC revision 1.11 by richkilmer, Fri Sep 13 04:31:56 2002 UTC
# Line 272  module FreeBASE Line 272  module FreeBASE
272          check_type(DATA)          check_type(DATA)
273          return @data          return @data
274        end        end
275          alias_method :value, :data
276                
277        ##        ##
278        # Checks is this is a Data slot        # Checks is this is a Data slot
# Line 371  module FreeBASE Line 372  module FreeBASE
372        def call(*args)        def call(*args)
373          self.proc.call(*args)          self.proc.call(*args)
374        end        end
375          alias_method :invoke, :call
376                
377        ##        ##
378        # Retrieves the Queue object if this is a Queue slot        # Retrieves the Queue object if this is a Queue slot

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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