Skip to content
  • Thong Kuah's avatar
    Switch to Object.const_get · 6ad0f32ddc8b
    Thong Kuah authored
    As we get error with Kernel.const_get(..., false)
    
    ```
     uninitialized constant Kernel::Gitlab
    ```
    
    Kernel is included into Object. I guess top level constants are loaded
    into Object and not the Kernel module.
    6ad0f32ddc8b