Sha256: e66f47ae21519f021d998572fe651eeae5a098ebd8111687bcb2a1cfc17ee413

Contents?: true

Size: 338 Bytes

Versions: 3

Compression:

Stored size: 338 Bytes

Contents

##
# Root module
##
module DogWatch
  class << self
    # @param [Hash] args
    # @param [Proc] block
    # @return [DogWatch::Monitor]
    def monitor(*args, &block)
      DogWatch::Monitor.new(*args, &block)
    end
  end
end

require_relative 'dogwatch/version'
require_relative 'dogwatch/monitor'
require_relative 'dogwatch/dogfile'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dogwatch-1.2.0 lib/dogwatch.rb
dogwatch-1.1.1 lib/dogwatch.rb
dogwatch-1.1.0 lib/dogwatch.rb