Method: WebFinger.discover!

Defined in:
lib/webfinger.rb

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



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

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