We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6695384 commit fb0e90bCopy full SHA for fb0e90b
.gitignore
@@ -2,3 +2,4 @@
2
.bundle
3
Gemfile.lock
4
pkg/*
5
+*~
lib/esdb.rb
@@ -34,3 +34,4 @@ def to_s
34
require 'esdb/resource'
35
require 'esdb/identity'
36
require 'esdb/stat'
37
+require 'esdb/replay'
lib/esdb/replay.rb
@@ -0,0 +1,4 @@
1
+module ESDB
+ class Replay < ESDB::Resource
+ end
+end
0 commit comments