module V8::Conversion::NativeDate

Public Instance Methods

to_ruby() click to toggle source
# File lib/v8/conversion/time.rb, line 9
def to_ruby
  ::Time.at(self.NumberValue() / 1000)
end