Sha256: 751c38bc66e93b57040ecb723d529637b0d6fdbc6f826b9d480b36192ebf7905

Contents?: true

Size: 195 Bytes

Versions: 1

Compression:

Stored size: 195 Bytes

Contents

require File.expand_path("../../smart_hash", __FILE__)

class SmartHash < Hash
  # This module will get dynamically extended with methods which exist in `Hash`.
  module DynamicMethods
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
smart_hash-0.1.1 lib/smart_hash/dynamic_methods.rb