class Time

Public Instance Methods

to_or() click to toggle source
# File lib/other.rb, line 132
def to_or
 "date(\'#{self.strftime("%Y%m%d%H%M%S")}\',\'yyyyMMddHHmmss\')"
end