Parent

Methods

Class/Module Index [+]

Quicksearch

BDB::CIBtree

Public Instance Methods

bdb_bt_compare(a, b) click to toggle source
# File lib/rbot/registry/tc.rb, line 79
def bdb_bt_compare(a, b)
  if a == nil || b == nil
    warning "CIBTree: comparing #{a.inspect} (#{self[a].inspect}) with #{b.inspect} (#{self[b].inspect})"
  end
  (a||'').downcase <=> (b||'').downcase
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.