Skip to content

Commit

Permalink
Add documentation comments for TZInfo and TZInfo::Data modules.
Browse files Browse the repository at this point in the history
Avoids blank pages being generated by RDoc and the licence being used as
documentation by YARD.
  • Loading branch information
philr committed Sep 22, 2013
1 parent 11f14d4 commit efa8e65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/tzinfo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
# THE SOFTWARE.
#++

# Top level module for TZInfo.
module TZInfo
end

require 'tzinfo/ruby_core_support'
require 'tzinfo/offset_rationals'
require 'tzinfo/time_or_datetime'
Expand Down

0 comments on commit efa8e65

Please sign in to comment.