module Mail

def self.last(*args, &block)

See Mail::Retriever for a complete documentation.
Receive the first email(s) from the default retriever
def self.last(*args, &block)
  retriever_method.last(*args, &block)
end