Class: Quince::Struct

Inherits:
Struct
  • Object
show all
Defined in:
lib/quince/struct/untyped.rb

Class Method Summary collapse

Class Method Details

.new(**attrs) ⇒ Object



3
4
5
# File 'lib/quince/struct/untyped.rb', line 3

def self.new(**attrs)
  super *attrs.keys, keyword_init: true
end