module EacRubyUtils

def require_sub(file, options = {})

def require_sub(file, options = {})
  ::EacRubyUtils::RequireSub.new(file, options).apply
end