# File lib/ramaze/contrib/sequel/relation.rb, line 61 def the(left_model, &block) @left = left_model TODO[@left] = [] instance_eval(&block) end