Skip to content

Commit fe9df13

Browse files
committed
more
1 parent 9d5dd9f commit fe9df13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/macros/base.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ module Macros
55
class Base
66
include Uber::Callable
77

8-
# @param args Any arguments that our macro operation supports
8+
# @param args [Hash] Any arguments that our macro operation supports
99
#
1010
# @return Single step object that can be used in operation step
11-
def initialize(args)
11+
def initialize(args = {})
1212
self.args = args
1313
end
1414

0 commit comments

Comments
 (0)