傳入經號,取得部類
cbeta = CBETA.new cbeta.get_category('T0220') # return '般若部類'
Parameters:
Book ID (經號), ex. “T0220”
Returns:
部類名稱,例如 “阿含部類”
175 176 177
# File 'lib/cbeta.rb', line 175 def get_category(book_id) @categories[book_id] end