mirror of
https://github.com/thewesker/twitter_ebooks.git
synced 2025-12-20 12:21:11 -05:00
7 lines
120 B
Ruby
7 lines
120 B
Ruby
require 'twitter_ebooks'
|
|
require_relative 'memprof'
|
|
|
|
def path(relpath)
|
|
File.join(File.dirname(__FILE__), relpath)
|
|
end
|