Sha256: 43f3a04977209b00acc16c58598e25110fe43b41de86343d92e9f6ef5f7775ca

Contents?: true

Size: 217 Bytes

Versions: 5

Compression:

Stored size: 217 Bytes

Contents

module SimpleModel
  module Attributes
    module DefaultValueHelpers

      private
      
      def new_empty_array
        Array.new
      end

      def new_empty_hash
        Hash.new
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
simple_model-1.4.3 lib/simple_model/attributes/default_value_helpers.rb
simple_model-1.4.2 lib/simple_model/attributes/default_value_helpers.rb
simple_model-1.4.1 lib/simple_model/attributes/default_value_helpers.rb
simple_model-1.4.0 lib/simple_model/attributes/default_value_helpers.rb
simple_model-1.3.0 lib/simple_model/attributes/default_value_helpers.rb