Skip to content

Commit 315d37f

Browse files
committed
Fix type
1 parent d85a4c3 commit 315d37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/flatbuffers/append_as_bytes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# This is for Ruby < 3.4
1616
unless String.method_defined?(:append_as_bytes)
17-
class FlatBuffers
17+
module FlatBuffers
1818
module AppendAsBytes
1919
refine String do
2020
def append_as_bytes(*objects)

0 commit comments

Comments
 (0)