module V8::Conversion::Fixnum

def to_ruby

def to_ruby
  self
end

def to_v8

def to_v8
  self.to_f.to_v8
end