Changeset 207
- Timestamp:
- 09/23/2007 16:19:26 (15 months ago)
- Files:
-
- 1 modified
-
trunk/lib/camping/server.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/camping/server.rb
r194 r207 93 93 end 94 94 95 def each 96 self.values.each 95 def each(&b) 96 self.values.each(&b) 97 97 end 98 98
