Class: Fronde::Source::Gemini
- Inherits:
-
Source
- Object
- Source
- Fronde::Source::Gemini
- Defined in:
- lib/fronde/source/gemini.rb
Overview
Specific settings for Gemini Fronde::Source
Class Method Summary collapse
Class Method Details
.org_default_postamble ⇒ Object
8 9 10 11 12 13 14 15 |
# File 'lib/fronde/source/gemini.rb', line 8 def org_default_postamble format( "š %<date>s\nš %<author>s %<creator>s", author: I18n.t('fronde.org.postamble.written_by'), creator: I18n.t('fronde.org.postamble.with_emacs'), date: I18n.t('fronde.org.postamble.last_modification') ) end |