class RubyEventStore::InMemoryRepository::UnsupportedVersionAnyUsage
Public Class Methods
Source
# File lib/ruby_event_store/in_memory_repository.rb, line 6 def initialize super <<~EOS Mixing expected version :any and specific position (or :auto) is unsupported. Read more about expected versions here: https://railseventstore.org/docs/v2/expected_version/ EOS end
Calls superclass method