We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34bb44c commit bbbad05Copy full SHA for bbbad05
lib/recursive_open_struct.rb
@@ -1,7 +1,7 @@
1
require 'ostruct'
2
3
class RecursiveOpenStruct < OpenStruct
4
- VERSION = "0.3.1"
+ VERSION = "0.4.0"
5
6
def initialize(h=nil, args={})
7
@recurse_over_arrays = args.fetch(:recurse_over_arrays,false)
0 commit comments