Closed
Description
require is a ruby keyword and is expected to only load a file once. COSMOS overloads require to load files from the minio filesystem and thus loads the file on every call to require. This probably won't cause issues for people but it is inefficient and breaks the way people think about require in Ruby.