class Hash

Public Instance Methods

to_h() click to toggle source
# File lib/courtier/core_ext.rb, line 21
def to_h
  dup #rehash
end