Skip to content

Commit bc7c928

Browse files
committed
Fix using location
1 parent 4c162bd commit bc7c928

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/flatbuffers/alignable.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
require_relative "append_as_bytes"
1616

1717
module FlatBuffers
18+
using AppendAsBytes if const_defined?(:AppendAsBytes)
19+
1820
module Alignable
19-
using AppendAsBytes if const_defined?(:AppendAsBytes)
2021

2122
LARGEST_PADDING = "\x00" * 7
2223

0 commit comments

Comments
 (0)