Class: Nm::DefaultSource

Inherits:
Source
  • Object
show all
Defined in:
lib/nm/source.rb

Instance Attribute Summary

Attributes inherited from Source

#cache, #ext, #root, #template_class

Instance Method Summary collapse

Methods inherited from Source

#data, #inspect, #render

Constructor Details

#initializeDefaultSource

Returns a new instance of DefaultSource.



64
65
66
# File 'lib/nm/source.rb', line 64

def initialize
  super('/')
end