Sha256: f024aa69c33485bcd0dbd7049a8b33da1b1f9b75a235cf3157370d6dba0f8ebc

Contents?: true

Size: 202 Bytes

Versions: 31

Compression:

Stored size: 202 Bytes

Contents

module ActiveHash

  module ARApi

    module Update

      def update(options={})
        options.each do |method, value|
          send("#{method}=", value)
        end

      end

    end

  end

end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
active_mocker-1.1.10 lib/active_hash/update.rb
active_mocker-1.1.9 lib/active_hash/update.rb
active_mocker-1.1.8 lib/active_hash/update.rb
active_mocker-1.1.7 lib/active_hash/update.rb
active_mocker-1.1.6 lib/active_hash/update.rb
active_mocker-1.1.5 lib/active_hash/update.rb
active_mocker-1.1.4 lib/active_hash/update.rb
active_mocker-1.1.3 lib/active_hash/update.rb
active_mocker-1.1.2 lib/active_hash/update.rb
active_mocker-1.1.1 lib/active_hash/update.rb
active_mocker-1.1.0 lib/active_hash/update.rb