Sha256: 3174be3ef5f67ba7afc67a3967a7b79227b9aa7bd72d92285715697da74e81b5

Contents?: true

Size: 356 Bytes

Versions: 1

Compression:

Stored size: 356 Bytes

Contents

require 'hatebu_watcher/version'

module HatebuWatcher
  autoload :Base,       'hatebu_watcher/base'
  autoload :Parameters, 'hatebu_watcher/parameters'
  autoload :Counter,    'hatebu_watcher/counter'
  autoload :Command,    'hatebu_watcher/command'

  module Observers
    autoload :CounterObserver, 'hatebu_watcher/observers/counter_observer'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hatebu_watcher-0.0.1 lib/hatebu_watcher.rb