lib/basquiat.rb in basquiat-1.3.0.pre.1 vs lib/basquiat.rb in basquiat-1.3.0

- old
+ new

@@ -1,5 +1,6 @@ +# frozen_string_literal: true require 'multi_json' require 'naught' require 'yaml' require 'basquiat/support' @@ -9,10 +10,10 @@ require 'basquiat/interfaces/base' # Overall namespace config class module Basquiat class << self - # resets the gems configuration. Useful for testing and not much else + # resets the library configuration. Useful for testing and not much else def reset @configuration = Configuration.new end # @return [Configuration] returns or initializes the Configuration object