Class: Time

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

Instance Method Summary collapse

Instance Method Details

#to_clj(options = {}) ⇒ Object



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

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