Sha256: c175fa72bfee7cdeee0cea4fbf212d3b74f1e39f4222103d6466b72900dd2861
Contents?: true
Size: 254 Bytes
Versions: 17
Compression:
Stored size: 254 Bytes
Contents
# add the directory in which this file is located to the ruby loadpath file = if File.symlink?(__FILE__) File.readlink(__FILE__) else __FILE__ end $: << File.dirname(File.expand_path(file)) require 'rdflite' require 'fetching' require 'suggesting'
Version data entries
17 entries across 17 versions & 2 rubygems