We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5dd9f commit fe9df13Copy full SHA for fe9df13
lib/macros/base.rb
@@ -5,10 +5,10 @@ module Macros
5
class Base
6
include Uber::Callable
7
8
- # @param args Any arguments that our macro operation supports
+ # @param args [Hash] Any arguments that our macro operation supports
9
#
10
# @return Single step object that can be used in operation step
11
- def initialize(args)
+ def initialize(args = {})
12
self.args = args
13
end
14
0 commit comments