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