Class: String

Inherits:
Object show all
Defined in:
lib/bullet/ext/string.rb

Instance Method Summary collapse

Instance Method Details

#bullet_class_nameObject



4
5
6
# File 'lib/bullet/ext/string.rb', line 4

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