Libraries
»
bullet_instructure
(4.14.8)
»
Index (S)
»
String
Class: String
Inherits:
Object
Object
String
show all
Defined in:
lib/bullet/ext/string.rb
Instance Method Summary
collapse
#
bullet_class_name
⇒ Object
Instance Method Details
#
bullet_class_name
⇒
Object
2 3 4
# File 'lib/bullet/ext/string.rb', line 2
def
bullet_class_name
self
.
sub
(
/
:[^:]*?$
/
,
"
"
)
end