Method: JsonUpdater::JsonTypeDetector#initialize

Defined in:
lib/json_updater/json_type_detector.rb

#initialize(json_changeable) ⇒ JsonTypeDetector

Returns a new instance of JsonTypeDetector.



11
12
13
# File 'lib/json_updater/json_type_detector.rb', line 11

def initialize(json_changeable)
  @json_changeable = json_changeable
end