Class: Deas::Kramdown::Source::NullCache
- Inherits:
-
Object
- Object
- Deas::Kramdown::Source::NullCache
- Defined in:
- lib/deas-kramdown/source.rb
Instance Method Summary collapse
Instance Method Details
#[](template_name) ⇒ Object
50 |
# File 'lib/deas-kramdown/source.rb', line 50 def [](template_name); end |
#[]=(template_name, value) ⇒ Object
51 |
# File 'lib/deas-kramdown/source.rb', line 51 def []=(template_name, value); end |
#keys ⇒ Object
52 |
# File 'lib/deas-kramdown/source.rb', line 52 def keys; []; end |