Method: WebFinger.discover!

Defined in:
lib/webfinger.rb

.discover!(resource, options = {}) ⇒ Object



14
15
16
# File 'lib/webfinger.rb', line 14

def discover!(resource, options = {})
  Request.new(resource, options).discover!
end