Method: Hash#to_map

Defined in:
lib/clj/types.rb

#to_mapObject



225
226
227
# File 'lib/clj/types.rb', line 225

def to_map
  Clojure::Map[self]
end