### Describe the bug, including details regarding any error messages, version, and platform. https://github.com/apache/arrow/blob/c9adb63f1133c9b6a176d789e5de68ac861b37b3/ruby/red-arrow/lib/arrow/timestamp-array-builder.rb#L33 misses `::` to refer `::Time`. If we don't prepend `::` here, `Time` refers `Arrow::Time` not `Time`. ### Component(s) Ruby