Module: ActiveSupport

Defined in:
ext/fast_activesupport/security_utils.c,
ext/fast_activesupport/fast_activesupport.c

Defined Under Namespace

Modules: SecurityUtils

Class Method Summary collapse

Class Method Details

.fast_prefixObject



9
10
11
# File 'ext/fast_activesupport/fast_activesupport.c', line 9

static VALUE rb_fast_prefix(VALUE mod) {
  return rb_str_new2(prefix());
}

.is_fast?Boolean

Returns:

  • (Boolean)


5
6
7
# File 'ext/fast_activesupport/fast_activesupport.c', line 5

static VALUE rb_is_fast(VALUE mod) {
  return Qtrue;
}