Sha256: 041c0376f77e5c485e2138a7b2569113e76f2da2f3a899b8e6b0e617d0ef5f92

Contents?: true

Size: 548 Bytes

Versions: 5

Compression:

Stored size: 548 Bytes

Contents

#pragma once
#include "ruby.h"

VALUE activesupport_inflector_underscore(VALUE self, VALUE str);
VALUE activesupport_inflector_parameterize(VALUE self, VALUE str, VALUE sep);
VALUE activesupport_inflector_dasherize(VALUE self, VALUE str);
VALUE activesupport_inflector_demodulize(VALUE self, VALUE str);
VALUE activesupport_inflector_camelize(VALUE self, VALUE str, VALUE first_letter_uppercase);
VALUE activesupport_inflector_foreign_key(VALUE self, VALUE str, VALUE use_underscore);
VALUE activesupport_inflector_ordinalize(VALUE self, VALUE n);

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
burke-monkeysupport-0.0.7 ext/monkeysupport_c/src/activesupport_inflector.h
burke-monkeysupport-0.1.1 ext/monkeysupport_c/src/activesupport_inflector.h
monkeysupport-1.0.0 ext/monkeysupport_c/src/activesupport_inflector.h
monkeysupport-0.2.0 ext/monkeysupport_c/src/activesupport_inflector.h
monkeysupport-0.1.2 ext/monkeysupport_c/src/activesupport_inflector.h