Top Level Namespace

Defined Under Namespace

Modules: Completable, File_Checking, Logging, Translating Classes: ArgParser, Configurator, HtmlBuilder, Image, Single_Configurator, SlideShowGenerator, SourceFile, String, TClass

Constant Summary collapse

RD =

/***************************************************************************

*   Copyright © 2008-2022, Michael Uplawski <[email protected]>   *
*                                                                         *
*   This program is free software; you can redistribute it and/or modify  *
*   it under the terms of the GNU General Public License as published by  *
*   the Free Software Foundation; either version 3 of the License, or     *
*   (at your option) any later version.                                   *
*                                                                         *
*   This program is distributed in the hope that it will be useful,       *
*   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
*   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
*   GNU General Public License for more details.                          *
*                                                                         *
*   You should have received a copy of the GNU General Public License     *
*   along with this program; if not, write to the                         *
*   Free Software Foundation, Inc.,                                       *
*   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
***************************************************************************/
File.expand_path(File.dirname(__FILE__) ) +  File::SEPARATOR
FS =
File::Separator

Instance Method Summary collapse

Instance Method Details

#jstrl(s) ⇒ Object



6
7
8
# File 'lib/slideshow_js.rb', line 6

def jstrl(s)
  Translating::trl(s)
end

#trl(s) ⇒ Object



6
7
8
# File 'lib/slideshow_template.rb', line 6

def trl(s)
    Translating::trl(s)
end