lib/command/input_middleware/symbolizer.rb in g2_command-3.0.0 vs lib/command/input_middleware/symbolizer.rb in g2_command-3.1.0
- old
+ new
@@ -1,8 +1,6 @@
# frozen_string_literal: true
-require 'active_support/core_ext/hash'
-
module Command
module InputMiddleware
class Symbolizer
def self.call(inputs)
return inputs unless inputs.is_a?(Hash)