Class: Time

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

Instance Method Summary collapse

Instance Method Details

#to_clj(options = {}) ⇒ Object



138
139
140
# File 'lib/clj/types.rb', line 138

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