Skip to content

Instantly share code, notes, and snippets.

@havenwood
Created June 8, 2018 05:04
Show Gist options
  • Save havenwood/d1d3226d4637b0abd8ecd3cbbe73e9fb to your computer and use it in GitHub Desktop.
Save havenwood/d1d3226d4637b0abd8ecd3cbbe73e9fb to your computer and use it in GitHub Desktop.
def valid?
@read_log.none? do |log_entry|
!@write_log.key?(log_entry.tvar) && log_entry.tvar.unsafe_version > log_entry.version
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment