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