Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 5019202

Browse files
committed
Delete unused function sort_rules()
1 parent 57259ef commit 5019202

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

providers/rule.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,3 @@ def rule_string(new_resource, rule, include_table)
6969
rule
7070
end
7171

72-
def sort_rules(table)
73-
table.sort! {|a,b| a[1] <=> b[1]}
74-
table
75-
end
76-

0 commit comments

Comments
 (0)