Ruby  2.0.0p247(2013-06-27revision41674)
Functions | Variables
ext/digest/bubblebabble/bubblebabble.c File Reference
#include "ruby.h"
#include "digest.h"

Go to the source code of this file.

Functions

static VALUE bubblebabble_str_new (VALUE str_digest)
static VALUE rb_digest_s_bubblebabble (VALUE klass, VALUE str)
static VALUE rb_digest_class_s_bubblebabble (int argc, VALUE *argv, VALUE klass)
static VALUE rb_digest_instance_bubblebabble (VALUE self)
void Init_bubblebabble (void)

Variables

static ID id_digest

Function Documentation

static VALUE bubblebabble_str_new ( VALUE  str_digest) [static]
void Init_bubblebabble ( void  )
static VALUE rb_digest_class_s_bubblebabble ( int  argc,
VALUE argv,
VALUE  klass 
) [static]

Definition at line 100 of file bubblebabble.c.

References bubblebabble_str_new(), id_digest, and rb_funcall2().

Referenced by Init_bubblebabble().

static VALUE rb_digest_instance_bubblebabble ( VALUE  self) [static]

Definition at line 112 of file bubblebabble.c.

References bubblebabble_str_new(), id_digest, and rb_funcall().

Referenced by Init_bubblebabble().

static VALUE rb_digest_s_bubblebabble ( VALUE  klass,
VALUE  str 
) [static]

Definition at line 88 of file bubblebabble.c.

References bubblebabble_str_new().

Referenced by Init_bubblebabble().


Variable Documentation

ID id_digest [static]