Format.rb
Path: Text/Format.rb
Modified: Wed Oct 30 14:09:59 Eastern Standard Time 2002

Text::Format#-- # Text::Format for Ruby # Version 0.52.1 # # Copyright (c) 2002 Austin Ziegler # # $Id: $ # # ========================================================================== # Revision History :: # YYYY.MM.DD Change ID Developer # Description # -------------------------------------------------------------------------- # 2002.10.18 Austin Ziegler # Fixed a minor problem with tabs not being counted. Changed # abbreviations from Hash to Array to better suit Ruby's # capabilities. Fixed problems with the way that Array arguments # are handled in calls to the major object types, excepting in # Text::Format#expand and Text::Format#unexpand (these will # probably need to be fixed). # 2002.10.30 Austin Ziegler # Fixed the ordering of the <=> for binary tests. Fixed # Text::Format#expand and Text::Format#unexpand to handle array # arguments better. # # ========================================================================== #++

Required files
test/unit