From 9d0bbab47873b5b9145fbf984123131fc76f36ad Mon Sep 17 00:00:00 2001 From: Wilson Silva Date: Fri, 6 Jan 2023 10:46:57 +0700 Subject: [PATCH] Document the main module --- lib/nostr.rb | 1 + 1 file changed, 1 insertion(+) 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...