class Timecop

def self.top_stack_item #:nodoc:

:nodoc:
def self.top_stack_item #:nodoc:
  instance().instance_variable_get(:@_stack).last
end