Module: Namaste

Defined in:
lib/namaste.rb,
lib/namaste/version.rb

Overview

class MyNamaste

include Namaste::Mixin

end MyNamaste.new MyNamaste.who = “John Doe” MyNamaste.what = “John’s Manifesto”

Defined Under Namespace

Modules: Mixin Classes: Dir

Constant Summary collapse

DUBLIN_KERNEL =

Returns of Namaste mappings for integer and type value.

Returns:

  • (Hash)

    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.

Returns:

  • (Hash)

    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.

Returns:

  • (Regexp)

    of standard Namaste file name pattern

/^\d=.*/
PATTERN_EXTENDED =

Returns of the possible exteneded Namaste file name pattern.

Returns:

  • (Regexp)

    of the possible exteneded Namaste file name pattern

/=.*/
VERSION =
"0.2.0"