class ActiveRecord::Relation::ExplainProxy

def last(limit = nil)

def last(limit = nil)
  exec_explain { @relation.last(limit) }
end