We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e16a06 commit 3c53175Copy full SHA for 3c53175
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- typed_struct (0.1.3)
+ typed_struct (0.1.4)
5
rbs (~> 1.0)
6
7
GEM
lib/typed_struct.rb
@@ -17,8 +17,6 @@ class TypedStruct < Struct
17
# any methods which are able to be overridden
18
alias_method :__class__, :class
19
20
- Options = nil
21
-
22
class << self
23
def new(opts = Options.new, **properties)
24
properties.each_key do |prop|
lib/typed_struct/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
class TypedStruct < Struct
- VERSION = "0.1.3"
+ VERSION = "0.1.4"
end
0 commit comments