Merge EventFragment into Event

Treating Event as a Value Object in the strictest sense requires additional abstractions and internal complexity that the gem could do without, at least for now.
This commit is contained in:
Wilson Silva
2023-02-25 12:40:19 +07:00
parent 0e8b38bf6e
commit 97037e6e30
7 changed files with 117 additions and 233 deletions

View File

@@ -31,6 +31,9 @@ Metrics/BlockLength:
- '**/*_spec.rb'
- nostr.gemspec
Metrics/ParameterLists:
CountKeywordArgs: false
# ----------------------- RSpec -----------------------
RSpec/ExampleLength: