Class: Nm::DefaultSource

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

Constant Summary

Constants inherited from Source

Source::EXT

Instance Attribute Summary

Attributes inherited from Source

#root

Instance Method Summary collapse

Methods inherited from Source

#data, #render

Constructor Details

#initializeDefaultSource

Returns a new instance of DefaultSource.



36
37
38
# File 'lib/nm/source.rb', line 36

def initialize
  super('/')
end