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.
2 parents fa17d20 + 96a72e2 commit e355376Copy full SHA for e355376
lib/redmine_text_blocks/save_text_block.rb
@@ -3,8 +3,8 @@ class SaveTextBlock
3
4
Result = ImmutableStruct.new :text_block_saved?, :text_block
5
6
- def self.call(*_)
7
- new(*_).call
+ def self.call(*args, **kwargs)
+ new(*args, **kwargs).call
8
end
9
10
def initialize(params, text_block: TextBlock.new,
0 commit comments