class Octopress::Ink::Assets::LocalTemplate

Public Class Methods

new(plugin, base, layout) click to toggle source
Calls superclass method
# File lib/octopress-ink/assets/local_template.rb, line 5
def initialize(plugin, base, layout)
  @layout = layout
  super(plugin, base, layout.name)
end

Public Instance Methods

path() click to toggle source
# File lib/octopress-ink/assets/local_template.rb, line 10
def path
  plugin_path
end
plugin_path() click to toggle source
# File lib/octopress-ink/assets/local_template.rb, line 14
def plugin_path
  File.join(base, file)
end