1 2 3 4 5 6 7
class Hash def bind(relation) Hash[map { |key, value| [key.bind(relation), value.bind(relation)] }] end end