lib/nylas/registry.rb in nylas-4.2.4 vs lib/nylas/registry.rb in nylas-4.3.0
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Nylas
# Used to create a hash-like structure which defaults to raising an exception in the event the key to
# retrieve does not exist.
class Registry
# Used to indicate an attempt to retrieve something not yet registered in a registry