diff --git a/lib/nostr.rb b/lib/nostr.rb index d286c20..179b7dd 100644 --- a/lib/nostr.rb +++ b/lib/nostr.rb @@ -4,6 +4,4 @@ require_relative 'nostr/version' # Encapsulates all the gem's logic module Nostr - class Error < StandardError; end - # Your code goes here... end