Accessing scopes

If with_scope has been called previously, how do I access the find conditions dynamically?

I am asking because I am using a find_by_sql call (which clobbers the with_scope). How can I access the method scoping so that I can read it and incorporate it into my query manually?