取得藏經略符
cbeta = CBETA.new cbeta.get_canon_symbol('T') # return "【大】"
Parameters:
藏經 ID, 例如大正藏的 ID 是 “T”
Returns:
藏經略符,例如 “【大】”
192 193 194 195
# File 'lib/cbeta.rb', line 192 def get_canon_symbol(id) return nil unless @canon_abbr.key? id @canon_abbr[id] end