We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e29a21 commit 629e067Copy full SHA for 629e067
1 file changed
lib/ice_cube/rule.rb
@@ -36,8 +36,8 @@ def self.from_ical(ical)
36
end
37
38
# Yaml implementation
39
- def to_yaml(*)
40
- YAML.dump(to_hash, *)
+ def to_yaml(*args)
+ YAML.dump(to_hash, *args)
41
42
43
# From yaml
0 commit comments