class UIC::Application::RenderPlugin
Public Class Methods
new(application,el)
click to toggle source
Calls superclass method
UIC::RenderPlugin::new
# File lib/ruic/renderplugin.rb, line 13 def initialize(application,el) self.owner = application self.el = el super( application.absolute_path(src) ) end