| Module | DiscID |
| In: |
ext/ext.c
lib/discid.rb |
call-seq:
discid.freedb_id -> string
Returns the FreeDB disc id.
| VERSION | = | "0.1.0" |
Returns the default device that‘s used in DiscID::DiscID.read if the device isn‘t specified explicitly.
/*
* call-seq:
* DiscID.default_device -> string
*
* Returns the default device that's used in DiscID::DiscID.read if
* the device isn't specified explicitly.
*/
static VALUE
m_default_device (VALUE self)
{
return rb_str_new2 (discid_get_default_device ());
}