Skip to content

Commit

Permalink
fix: ensure field_spec is required
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcooke committed Mar 10, 2021
1 parent c0f08f6 commit 173f308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rapid/field_set.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
require 'rapid/scalar'
require 'rapid/object'
require 'rapid/enum'
require 'rapid/field_spec'

module Rapid
class FieldSet < Hash
Expand Down

0 comments on commit 173f308

Please sign in to comment.