Class: Probe::Policy
- Inherits:
-
Object
- Object
- Probe::Policy
- Defined in:
- lib/domain-probe/policy.rb
Overview
The policy interface specification, each child class must implement the possible_host_under_domain method
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#possible_host_under_domain(domain) ⇒ Object
11 12 13 |
# File 'lib/domain-probe/policy.rb', line 11 def possible_host_under_domain(domain) [].to_set end |