# File lib/faraday.rb, line 44 def all_loaded_constants constants.map { |c| const_get(c) }.select { |a| a.loaded? } end