Class: Octopress::Ink::Assets::Layout
- Defined in:
- lib/octopress-ink/assets/layout.rb
Constant Summary
Constants inherited from Asset
Instance Attribute Summary
Attributes inherited from Asset
#base, #dir, #exists, #file, #plugin, #replacement, #root
Instance Method Summary collapse
-
#initialize(plugin, base, file) ⇒ Layout
constructor
A new instance of Layout.
Methods inherited from Asset
#add, #asset_info, #content, #copy, #data, #destination, #disable, #disabled?, #ext, #filename, #info, #is_disabled, #path, #payload, #read, #remove_jekyll_asset, #replaced?
Constructor Details
#initialize(plugin, base, file) ⇒ Layout
Returns a new instance of Layout.
6 7 8 9 |
# File 'lib/octopress-ink/assets/layout.rb', line 6 def initialize(plugin, base, file) super register end |