Module: Amrita2::DictionaryData
- Included in:
- ActiveRecord::Base, HashDelegator, Binding, ConnectionAdapters::Column, Hash, Pagination::Paginator, Struct
- Defined in:
- lib/amrita2/template.rb
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 |