Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/clj/types.rb

Direct Known Subclasses

Clojure::Map

Instance Method Summary collapse

Instance Method Details

#to_clj(options = {}) ⇒ Object



221
222
223
# File 'lib/clj/types.rb', line 221

def to_clj (options = {})
	to_map.to_clj(options)
end

#to_mapObject



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

def to_map
	Clojure::Map[self]
end