@@ -78,14 +78,14 @@ class ZoneinfoDataSource < DataSource
7878DEFAULT_ALTERNATE_ISO3166_TAB_SEARCH_PATH = [ '/usr/share/misc/iso3166.tab' , '/usr/share/misc/iso3166' ] . freeze
7979private_constant :DEFAULT_ALTERNATE_ISO3166_TAB_SEARCH_PATH
8080
81- # Files in the top level zoneinfo directory that will be excluded from
82- # the list of available time zones:
81+ # Filesand directories in the top level zoneinfo directory that will be
82+ #excluded from the list of available time zones:
8383#
8484# - +VERSION is included on Mac OS X.
8585# - leapseconds is a list of leap seconds.
8686# - localtime is the current local timezone (may be a link).
87- # - posix, posixrules and right are directories containing other versions
88- # of the zoneinfo files.
87+ # - posix, posixrules and right are directories containing other
88+ #versions of the zoneinfo files.
8989# - SECURITY is included in the Arch Linux tzdata package.
9090# - src is a directory containing the tzdata source included on Solaris.
9191# - timeconfig is a symlink included on Slackware.