Module: HamlUserTags

Defined in:
lib/haml_user_tags.rb,
lib/haml_user_tags/engine.rb,
lib/haml_user_tags/helpers.rb,
lib/haml_user_tags/version.rb,
lib/haml_user_tags/compiler.rb,
lib/haml_user_tags/rails/helpers.rb,
lib/haml_user_tags/rails/reloader.rb

Defined Under Namespace

Modules: Helpers Classes: Compiler, Engine, LazyContents, Reloader

Constant Summary collapse

TAG_NAME_REGEX =
/^[A-Z][a-zA-Z]*$/
VERSION =
"0.9.3"
LATEST_STABLE_VERSION =
"0.9.2"