Class: Mustang::V8::EmptyClass
Instance Method Summary collapse
Methods inherited from Data
#empty?, #error?, #null?, #undefined?, #value?
Instance Method Details
#to_s ⇒ "Empty"
96 97 98 99 |
# File 'ext/v8/v8_base.cpp', line 96
static VALUE rb_v8_empty_to_s(VALUE self)
{
return rb_str_new2("Empty");
}
|