Remove empty line.

This commit is contained in:
Marcos Tapajós
2011-12-28 12:57:20 -02:00
parent d547761eb3
commit 7767159a15

View File

@@ -67,7 +67,6 @@ module ActiveRecord
#
# >> Model.select(:field).first.other_field
# => ActiveModel::MissingAttributeError: missing attribute: other_field
def select(value = Proc.new)
if block_given?
to_a.select {|*block_args| value.call(*block_args) }