Sha256: 68c2fad70b59a802f362f6e88eb97ed3b8272f3ffa03aa7a1813b191fe52668a

Contents?: true

Size: 183 Bytes

Versions: 31

Compression:

Stored size: 183 Bytes

Contents

# frozen_string_literal: true
module ActiveMocker
  class HashNewStyle < Hash
    def inspect
      "{ " + map { |name, type| "#{name}: #{type}" }.join(", ") + " }"
    end
  end
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
active_mocker-2.6.2 lib/active_mocker/hash_new_style.rb
active_mocker-2.6.1.beta2 lib/active_mocker/hash_new_style.rb
active_mocker-2.6.1.beta lib/active_mocker/hash_new_style.rb
active_mocker-2.6.0 lib/active_mocker/hash_new_style.rb
active_mocker-2.5.4 lib/active_mocker/hash_new_style.rb
active_mocker-2.5.3 lib/active_mocker/hash_new_style.rb
active_mocker-2.5.2 lib/active_mocker/hash_new_style.rb
active_mocker-2.5.1 lib/active_mocker/hash_new_style.rb
active_mocker-2.5.1.pre lib/active_mocker/hash_new_style.rb
active_mocker-2.5.0 lib/active_mocker/hash_new_style.rb
active_mocker-2.4.4 lib/active_mocker/hash_new_style.rb
active_mocker-2.4.3 lib/active_mocker/hash_new_style.rb
active_mocker-2.4.2 lib/active_mocker/hash_new_style.rb
active_mocker-2.4.1 lib/active_mocker/hash_new_style.rb
active_mocker-2.4.0 lib/active_mocker/hash_new_style.rb
active_mocker-2.4.0.pre5 lib/active_mocker/hash_new_style.rb
active_mocker-2.3.4 lib/active_mocker/hash_new_style.rb
active_mocker-2.4.0.pre4 lib/active_mocker/hash_new_style.rb
active_mocker-2.4.0.pre3 lib/active_mocker/hash_new_style.rb
active_mocker-2.4.0.pre2 lib/active_mocker/hash_new_style.rb