Class: Jekyll::StaticFile

Inherits:
Object
  • Object
show all
Defined in:
lib/jekyll/epub.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#urlObject

This is a Jekyll extension

Give the URL of a static file



12
13
14
# File 'lib/jekyll/epub.rb', line 12

def url #:nodoc:
  File.join( @dir, @name )
end