Module: DNSCheck::Core
- Included in:
- Node
- Defined in:
- lib/dns-check/core.rb
Instance Method Summary collapse
Instance Method Details
#__init(options, filter = {}) ⇒ Object
8 9 10 11 12 13 14 15 |
# File 'lib/dns-check/core.rb', line 8 def __init , filter={} is_hostname_sane? [:hostname] indice_file_exist? [:indice_store] indice_records = load_indice([:indice_store], [:location]) select_random_records([:size], indice_records) end |