Sha256: af8dce498204c8521ccf1c77525301b3e12c4d7678e54d473ebb6df334730f63

Contents?: true

Size: 349 Bytes

Versions: 1

Compression:

Stored size: 349 Bytes

Contents

%w[
  em-http
  yajl

  otter/connection
  otter/response
  otter/error

  otter/base
  otter/author
  otter/post
  otter/link
  otter/count
  otter/tag
  otter/trackback
  otter/topic
  otter/urlinfo
].each { |r| require r }

module Otter

  def self.connect(identifier, &block)
    EM.run {
      yield Connection.new(identifier)
    }
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
otter-rb-0.0.1 lib/otter-rb.rb