lib/code/object/html.rb in code-ruby-1.0.0 vs lib/code/object/html.rb in code-ruby-1.1.0
- old
+ new
@@ -1,10 +1,10 @@
# frozen_string_literal: true
class Code
class Object
class Html < Object
- def initialize(*args, **_kargs, &_block)
+ def initialize(*_args, **_kargs, &)
@raw = nil
end
def self.call(**args)
operator = args.fetch(:operator, nil)