We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c162bd commit bc7c928Copy full SHA for bc7c928
1 file changed
lib/flatbuffers/alignable.rb
@@ -15,8 +15,9 @@
15
require_relative "append_as_bytes"
16
17
module FlatBuffers
18
+ using AppendAsBytes if const_defined?(:AppendAsBytes)
19
+
20
module Alignable
- using AppendAsBytes if const_defined?(:AppendAsBytes)
21
22
LARGEST_PADDING = "\x00" * 7
23
0 commit comments