Method: Expire::RuleBase.camelized_name
- Defined in:
- lib/expire/rule_base.rb
.camelized_name ⇒ Object
12 13 14 15 |
# File 'lib/expire/rule_base.rb', line 12 def self.camelized_name match = to_s.match(/\A.*::(.+)Rule\z/) || return match[1] end |