class String

def bullet_class_name

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

def bullet_class_name: () -> String

This signature was generated using 19 samples from 1 application.

def bullet_class_name
  sub(/:[^:]*?$/, '')
end