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



174
175
176
# File 'lib/clj/types.rb', line 174

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

#to_mapObject



178
179
180
# File 'lib/clj/types.rb', line 178

def to_map
	Clojure::Map[self]
end