module Bullet::Ext::String
Public Instance Methods
Source
# File lib/bullet/ext/string.rb, line 7 def bullet_class_name last_colon = self.rindex(':') last_colon ? self[0...last_colon].dup : self.dup end
# File lib/bullet/ext/string.rb, line 7 def bullet_class_name last_colon = self.rindex(':') last_colon ? self[0...last_colon].dup : self.dup end