# File lib/moped/node.rb, line 329
    def needs_refresh?(time)
      !refreshed_at || refreshed_at < time
    end