We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c9801 commit 4d08d6cCopy full SHA for 4d08d6c
lib/immutable-struct.rb
@@ -6,7 +6,7 @@
6
# will be evaluated as if it were inside a class definition, allowing you
7
# to add methods, include or extend modules, or do whatever else you want.
8
class ImmutableStruct
9
- VERSION='2.4.1' #:nodoc:
+ VERSION='2.5.0' #:nodoc:
10
# Create a new class with the given read-only attributes.
11
#
12
# attributes:: list of symbols or strings that can be used to create attributes.
0 commit comments