Class: String

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

Instance Method Summary collapse

Instance Method Details

#bullet_class_nameObject



2
3
4
# File 'lib/bullet/ext/string.rb', line 2

def bullet_class_name
  self.sub(/:[^:]*?$/, "")
end