Ruby  2.4.2p198(2017-09-14revision59899)
Functions | Variables
bubblebabble.c File Reference
#include <ruby/ruby.h>
#include "../digest.h"
Include dependency graph for bubblebabble.c:

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

◆ bubblebabble_str_new()

static VALUE bubblebabble_str_new ( VALUE  str_digest)
static

◆ Init_bubblebabble()

void Init_bubblebabble ( void  )

◆ rb_digest_class_s_bubblebabble()

static VALUE rb_digest_class_s_bubblebabble ( int  argc,
VALUE argv,
VALUE  klass 
)
static

Definition at line 102 of file bubblebabble.c.

References bubblebabble_str_new(), id_digest, and rb_funcallv.

Referenced by Init_bubblebabble().

◆ rb_digest_instance_bubblebabble()

static VALUE rb_digest_instance_bubblebabble ( VALUE  self)
static

Definition at line 115 of file bubblebabble.c.

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

Referenced by Init_bubblebabble().

◆ rb_digest_s_bubblebabble()

static VALUE rb_digest_s_bubblebabble ( VALUE  klass,
VALUE  str 
)
static

Definition at line 89 of file bubblebabble.c.

References bubblebabble_str_new().

Referenced by Init_bubblebabble().

Variable Documentation

◆ id_digest

ID id_digest
static