Module: Amrita2::DictionaryData
- Included in:
- ActiveRecord::Base, HashDelegator, Amrita2View::FormHelper::FormFieldHelper, Binding, ConnectionAdapters::Column, Hash, Struct
- Defined in:
- lib/amrita2/template.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.===(other) ⇒ Object
17 18 19 20 21 22 23 |
# File 'lib/amrita2/template.rb', line 17 def self.===(other) if other == nil true else super end end |
Instance Method Details
#amrita_value(name) ⇒ Object
13 14 15 |
# File 'lib/amrita2/template.rb', line 13 def amrita_value(name) self.__send__(name) end |