Skip to content

Commit 06e7242

Browse files
committed
Fix linting error
1 parent d3a793f commit 06e7242

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/ice_cube/rule.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ def self.from_ical(ical)
3636
end
3737

3838
# Yaml implementation
39-
def to_yaml(*args)
40-
YAML.dump(to_hash, *args)
39+
def to_yaml(*)
40+
YAML.dump(to_hash, *)
4141
end
4242

4343
# From yaml

0 commit comments

Comments
 (0)