Changeset 247
- Timestamp:
- 10/31/05 07:41:11 (3 years ago)
- Location:
- trunk/lib/fm
- Files:
-
- 3 modified
-
character.rb (modified) (3 diffs)
-
events/meteorological.rb (modified) (1 diff)
-
periodicobject.rb (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/fm/character.rb
r212 r247 27 27 require 'fm/organism' 28 28 29 29 30 ### Instances of this class represent living entities in the world. 30 31 class FaerieMUD::Character < FaerieMUD::AnimatedObject … … 36 37 # SVN Id 37 38 SVNId = %q$Id$ 38 39 # SVN URL40 SVNURL = %q$URL$41 42 39 43 40 … … 82 79 ###### 83 80 81 84 82 85 83 ############################################################# -
trunk/lib/fm/events/meteorological.rb
r198 r247 34 34 SVNId = %q$Id$ 35 35 36 # SVN URL37 SVNURL = %q$URL$38 39 36 end # class FaerieMUD::MeteorologicalEvent 40 37 -
trunk/lib/fm/periodicobject.rb
r212 r247 72 72 SVNId = %q$Id$ 73 73 74 # SVN URL75 SVNURL = %q$URL$76 77 74 # Element chemical symbols indexed by atomic number 78 75 Symbols = [nil] + %w{H He Li Be B C N O F Ne Na Mg Al Si P S Cl Ar K … … 408 405 end 409 406 407 410 408 ### Return the element that is the result of subtracting the atomic of 411 409 ### +other+ from that of the receiver. The +other+ argument can be … … 556 554 SVNId = %q$Id$ 557 555 558 # Subversion URL559 SVNUrl = %q$URL$560 556 561 557 ### Balance names
