Sha256: 5342f73de486e5af0bff583261f1c40052f6d3a1d528cd55121f0c33fb74bf38

Contents?: true

Size: 415 Bytes

Versions: 4

Compression:

Stored size: 415 Bytes

Contents

#--
# Copyright (c) 2008 Jeremy Hinegardner
# All rights reserved.  See LICENSE and/or COPYING for details.
#++

#
# The top level module containing the contents of the hitimes library
#
# use the library with:
#
#   require 'hitimes'
#
module Hitimes
  #
  # Base class of all errors in Hitimes
  #
  class Error < ::StandardError; end
end
require 'hitimes/paths'
require 'hitimes/version'
require 'hitimes/timer'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hitimes-0.2.0 lib/hitimes.rb
hitimes-0.3.0 lib/hitimes.rb
hitimes-0.2.1 lib/hitimes.rb
hitimes-0.3.0-x86-mswin32-60 lib/hitimes.rb