Skip to content

Commit 71f55b1

Browse files
committed
hello esdb/match
1 parent f7b6a4e commit 71f55b1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

lib/esdb.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ def to_s
4747
require 'esdb/identity'
4848
require 'esdb/stat'
4949
require 'esdb/replay'
50+
require 'esdb/match'

lib/esdb/match.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module ESDB
2+
class Match < ESDB::Resource
3+
end
4+
end

0 commit comments

Comments
 (0)