Module: Namaste
- Defined in:
- lib/namaste.rb,
lib/namaste/dir.rb,
lib/namaste/set.rb,
lib/namaste/tag.rb,
lib/namaste/mixin.rb,
lib/namaste/version.rb
Defined Under Namespace
Modules: Mixin Classes: Dir, Set, Tag
Constant Summary collapse
- DUBLIN_KERNEL =
Returns of Namaste mappings for integer and type value.
{ :type => 0, :who => 1, :what => 2, :when => 3, :where => 4 }
- PATTERN =
Returns of regular expressions matching the Namaste::DUBLIN_KERNAL Hash.
Hash[*Namaste::DUBLIN_KERNEL.map { |k, v| [k, Regexp.new("^#{v}=")]
- PATTERN_CORE =
Returns of standard Namaste file name pattern.
/^\d=/
- PATTERN_EXTENDED =
Returns of the possible exteneded Namaste file name pattern.
/=/
- VERSION =
"0.3.0"