Method: ConfCtl::Swpins::Specs::Base#check_info

Defined in:
lib/confctl/swpins/specs/base.rb

#check_info(other_info) ⇒ Boolean

Check that ‘other_info` corresponds to this spec

Parameters:

  • other_info (Hash)

Returns:

  • (Boolean)

Raises:

  • (NotImplementedError)


86
87
88
# File 'lib/confctl/swpins/specs/base.rb', line 86

def check_info(other_info)
  raise NotImplementedError
end