Method: Phonelib::Core#strict_check

Defined in:
lib/phonelib/core.rb

#strict_checkBoolean

getter for strict check flag

Returns:

  • (Boolean)

    Flag defines whether to do strict parsing check



99
100
101
# File 'lib/phonelib/core.rb', line 99

def strict_check
  @@strict_check
end