Method: Expire::Rules#to_h

Defined in:
lib/expire/rules.rb

#to_hObject



52
53
54
# File 'lib/expire/rules.rb', line 52

def to_h
  rules.map { |rule| [rule.name.to_sym, rule] }.to_h
end