module V8::Conversion::Symbol

def to_v8

def to_v8
  V8::C::String::NewSymbol(to_s)
end