class NeoHash

Hash with attribute accessor

Constants

VERSION

Public Class Methods

new(h = {}) click to toggle source

Constructor @param [Hash] h ({}) initial hash

# File lib/neo_hash/neo_hash.rb, line 5
def initialize(h = {})
  set_inner_hash(h)
end