Method: Castic#class_index

Defined in:
lib/castic.rb

#class_indexObject



26
27
28
29
30
31
32
# File 'lib/castic.rb', line 26

def class_index
  if @type == :Formula
    return @tree[1].index [nil, @type]
  end

  @tree.index [nil, @type]
end