diff --git a/lib/nostr.rb b/lib/nostr.rb index 6dc8cbd..6726d49 100644 --- a/lib/nostr.rb +++ b/lib/nostr.rb @@ -2,6 +2,7 @@ require_relative "nostr/version" +# Encapsulates all the gem's logic module Nostr class Error < StandardError; end # Your code goes here...