module Pokan

lib/pokan/collective_peer_operations.rb

lib/pokan/entity.rb

lib/pokan/event_handler.rb

lib/pokan/network.rb

lib/pokan/peer.rb

lib/pokan/query.rb

lib/pokan/pokan_messages.rb

Public Class Methods

root() click to toggle source
# File lib/pokan.rb, line 15
def root
  @@root = File.expand_path File.dirname(__FILE__) + '/..'
end