Class: SuperDiff::OperationalSequencers::Hash

Inherits:
Base
  • Object
show all
Defined in:
lib/super_diff/operational_sequencers/hash.rb

Class Method Summary collapse

Methods inherited from Base

call, #call, #initialize

Constructor Details

This class inherits a constructor from SuperDiff::OperationalSequencers::Base

Class Method Details

.applies_to?(value) ⇒ Boolean

Returns:

  • (Boolean)


4
5
6
# File 'lib/super_diff/operational_sequencers/hash.rb', line 4

def self.applies_to?(value)
  value.is_a?(::Hash)
end