Included Modules
Amrita
Amrita::DictionaryData
Public Instance methods
[Source]
def amrita_get_data(hid, e, context)
hid = hid.id2name
ret = fetch(hid)
unless ret
ret = CKBinding.bind(parent, hid)
end
ret
end
[Source]
def to_s
tmpl = TemplateText.new body
result = ""
tmpl.expand(result, self)
result
end