Top Level Namespace

Defined Under Namespace

Classes: MultiRBTree, RBTree

Instance Method Summary collapse

Instance Method Details



3
4
5
6
# File 'ext/extconf.rb', line 3

def print(*args)
  STDOUT.print *args
  STDOUT.flush
end