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

Diff of /freeride/freebase/properties.rb

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

revision 1.7 by richkilmer, Mon Nov 18 14:43:04 2002 UTC revision 1.8 by richkilmer, Tue Dec 17 20:59:38 2002 UTC
# Line 79  module FreeBASE Line 79  module FreeBASE
79        @base_slot[path].data = value        @base_slot[path].data = value
80      end      end
81            
82        def each_property(path=".")
83          @base_slot[path].each_slot do |slot|
84            yield slot.name, slot.data
85          end
86        end
87        
88      ##      ##
89      # Persists the properties file using the defined PropertiesReader      # Persists the properties file using the defined PropertiesReader
90      #      #

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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