# File lib/active_record/base.rb, line 547
def
first
(
*
args
)
find
(
:first
,
*
args
)
end