Module: Amrita2::DictionaryData

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.===(other) ⇒ Object



20
21
22
23
24
25
26
# File 'lib/amrita2/template.rb', line 20

def self.===(other)
  if other == nil
    true
  else
    super
  end
end

Instance Method Details

#amrita_value(name) ⇒ Object



16
17
18
# File 'lib/amrita2/template.rb', line 16

def amrita_value(name)
  self.__send__(name)
end