module Bullet

def enable?

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

def enable?: () -> true

This signature was generated using 50 samples from 1 application.

def enable?
  !!@enable
end