Method: Honeybadger::Plugins::Net::HTTP#hb?

Defined in:
lib/honeybadger/plugins/net_http.rb

#hb?Boolean

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

  • (Boolean)


38
39
40
# File 'lib/honeybadger/plugins/net_http.rb', line 38

def hb?
  address.to_s[/#{@@hb_config[:"connection.host"]}/]
end