5 lines
93 B
Ruby
5 lines
93 B
Ruby
require 'twitter_ebooks'
|
|
|
|
def path(relpath)
|
|
File.join(File.dirname(__FILE__), relpath)
|
|
end
|