Module: Ruty

Defined in:
lib/ruty/tags.rb,
lib/ruty.rb,
lib/ruty/parser.rb,
lib/ruty/context.rb,
lib/ruty/filters.rb,
lib/ruty/loaders.rb

Overview

Ruty Loaders

Author

Armin Ronacher

Copyright © 2006 by Armin Ronacher

You can redistribute it and/or modify it under the terms of the BSD license.

Defined Under Namespace

Modules: Constants, Datastructure, Filters, Loaders, Tags Classes: Context, Exception, FilterCollection, Loader, Parser, ParserController, StandardFilters, Tag, Template, TemplateNotFound, TemplateRuntimeError, TemplateSyntaxError

Constant Summary collapse

RUTY_CONTEXT =

ruty context

{
  :block_start =>     Constants::BLOCK_START,
  :block_end =>       Constants::BLOCK_END,
  :var_start =>       Constants::VAR_START,
  :var_end =>         Constants::VAR_END,
  :comment_start =>   Constants::COMMENT_START,
  :comment_end =>     Constants::COMMENT_END,
  :version =>         Ruty.version
}

Class Method Summary collapse

Class Method Details

.versionObject

Returns version of the ruty template engine



381
382
383
# File 'lib/ruty.rb', line 381

def self.version
  "ruty.rb 0.0.1"
end