Class: Date

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

Instance Method Summary collapse

Instance Method Details

#from_orientObject



58
59
60
# File 'lib/support.rb', line 58

def from_orient
  self
end

#to_orientObject



61
62
63
# File 'lib/support.rb', line 61

def to_orient
  self
end