Sha256: 057e0b333e0abb65412058ceb9c2e25e9b1bd8bb1b44410b6ce1855c5d9ae03b

Contents?: true

Size: 166 Bytes

Versions: 8

Compression:

Stored size: 166 Bytes

Contents

module Remi
  class Fields < SimpleDelegator
    def initialize(fields=Hash.new({}))
      @fields = Hash.new({}).merge fields
      super(@fields)
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
remi-0.2.35 lib/remi/fields.rb
remi-0.2.34 lib/remi/fields.rb
remi-0.2.33 lib/remi/fields.rb
remi-0.2.32 lib/remi/fields.rb
remi-0.2.31 lib/remi/fields.rb
remi-0.2.30 lib/remi/fields.rb
remi-0.2.29 lib/remi/fields.rb
remi-0.2.28 lib/remi/fields.rb