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