# File lib/ramaze/contrib/sequel/relation.rb, line 23
  def self.relations(&block)
    rema = RelationshipManager.new(&block)
    rema.finalize
  end