lib/atlas_rb.rb in atlas_rb-0.0.63 vs lib/atlas_rb.rb in atlas_rb-0.0.64

- old
+ new

@@ -15,9 +15,11 @@ module AtlasRb class Error < StandardError; end # Your code goes here... class Reset + extend AtlasRb::FaradayHelper + def self.clean connection({}).get("/reset")&.body end end end