Class: CocRb::Check
Class Method Summary collapse
Methods inherited from Settings
Class Method Details
.check_headers ⇒ Object
37 38 39 40 41 |
# File 'lib/cocRb/utility.rb', line 37 def self.check_headers get res = @conn.get(CocRb.configuration.url) res.headers end |