Class: Deas::Erubis::DefaultSource

Inherits:
Source
  • Object
show all
Defined in:
lib/deas-erubis/source.rb

Constant Summary

Constants inherited from Source

Source::BUFVAR_NAME, Source::DEFAULT_ERUBY

Instance Attribute Summary

Attributes inherited from Source

#cache, #context_class, #eruby_class, #ext, #root

Instance Method Summary collapse

Methods inherited from Source

#compile, #inspect, #render, #template

Constructor Details

#initializeDefaultSource

Returns a new instance of DefaultSource.



114
115
116
# File 'lib/deas-erubis/source.rb', line 114

def initialize
  super('/', {})
end