Document the main module

This commit is contained in:
Wilson Silva
2023-01-06 10:46:57 +07:00
parent b8d663ca00
commit 9d0bbab478

View File

@@ -2,6 +2,7 @@
require_relative "nostr/version"
# Encapsulates all the gem's logic
module Nostr
class Error < StandardError; end
# Your code goes here...