# File lib/merb-core/core_ext/kernel.rb, line 55
  def use_orm(orm)
    Merb.orm = orm
    nil
  end