Module: Juli
- Defined in:
- lib/juli.rb,
lib/juli/util.rb,
lib/juli/wiki.rb,
lib/juli/macro.rb,
lib/juli/command.rb,
lib/juli/version.rb,
lib/juli/visitor.rb,
lib/juli/macro/tag.rb,
lib/juli/macro/jmap.rb,
lib/juli/parser.tab.rb,
lib/juli/macro/photo.rb,
lib/juli/macro/amazon.rb,
lib/juli/macro/template.rb,
lib/juli/util/juli_i18n.rb,
lib/juli/line_parser.tab.rb,
lib/juli/macro/wikipedia.rb,
lib/juli/command/file_entry.rb,
lib/juli/macro/template_base.rb
Overview
import all of visitor/*.rb files
Defined Under Namespace
Modules: Absyn, Command, LineAbsyn, Macro, Util, Visitor, Wiki Classes: JuliError, LineParser, NoConfig, NotImplemented, Parser
Constant Summary collapse
- REPO =
sentinel to search juli-repo. Also it’s a directory name to sotre config.
'.juli'
- LIB =
File.join(Pathname.new(File.dirname(__FILE__)).realpath, 'juli')
- TEMPLATE_PATH =
File.join(LIB, 'template')
- VERSION =
"2.3.2"
Class Method Summary collapse
Class Method Details
.init ⇒ Object
17 18 19 |
# File 'lib/juli.rb', line 17 def init I18n.enforce_available_locales = false end |