Class: UIC::RenderPlugin

Inherits:
Object
  • Object
show all
Includes:
FileBacked
Defined in:
lib/ruic/renderplugin.rb

Direct Known Subclasses

Application::RenderPlugin

Instance Attribute Summary

Attributes included from FileBacked

#file, #file_content

Instance Method Summary collapse

Methods included from FileBacked

#absolute_path, #file_found?, #filename, #relative_path, #save!, #save_as

Constructor Details

#initialize(file) ⇒ RenderPlugin

Returns a new instance of RenderPlugin.



3
4
5
# File 'lib/ruic/renderplugin.rb', line 3

def initialize( file )
	self.file = file
end