lib/sifttter_redux/configuration.rb in sifttter-redux-0.4.4 vs lib/sifttter_redux/configuration.rb in sifttter-redux-0.4.6
- old
+ new
@@ -6,10 +6,13 @@
#
# Manages any configuration values and the flat file
# into which they get stored.
# ======================================================
module Configuration
+ # ====================================================
+ # Methods
+ # ====================================================
# ----------------------------------------------------
# [] method
#
# Returns the Hash of data for a particular section.
# @param section_name The section in which to look
@@ -27,10 +30,10 @@
# ----------------------------------------------------
# []= method
#
# Assigns the passed hash to the section. NOTE THAT THE
- # PREVIOUS CONTENTS OF THAT SECTION ARE DELETED.
+ # PREVIOUS CONTENTS OF THAT SECTION ARE OVERWRITTEN.
# @param section_name The section in which to look
# @param hash The Hash that gets merged into the section
# @return Void
# ----------------------------------------------------
def self.[]=(section_name, hash)