module Bullet

def start?

Experimental RBS support (using type sampling data from the type_fusion project).

def start?: () -> true

This signature was generated using 21 samples from 1 application.

def start?
  enable? && Thread.current[:bullet_start]
end