Skip to content

Commit 7cb1c31

Browse files
author
Bilal Al
committed
new spec module
1 parent ab10e30 commit 7cb1c31

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

lib/splitclient-rb/spec.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# frozen_string_literal: true
2+
3+
module SplitIoClient
4+
module Spec
5+
class FeatureFlags
6+
SPEC_VERSION = "1.1"
7+
end
8+
end
9+
end

0 commit comments

Comments
 (0)