Sha256: 7bc40344e8ce2cf14a23f9bb0e27e712f1ab28ce0c5b29468ce4826bce43c4c5

Contents?: true

Size: 466 Bytes

Versions: 22

Compression:

Stored size: 466 Bytes

Contents

// Copyright (c) 2017 Peter Ohler. All rights reserved.
// Licensed under the MIT License. See LICENSE file in the project root for license details.

#ifndef OJ_RAILS_H
#define OJ_RAILS_H

#include "dump.h"

extern void oj_mimic_rails_init();
extern ROpt oj_rails_get_opt(ROptTable rot, VALUE clas);

extern bool oj_rails_hash_opt;
extern bool oj_rails_array_opt;
extern bool oj_rails_float_opt;

extern VALUE oj_optimize_rails(VALUE self);

#endif /* OJ_RAILS_H */

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
devcycle-ruby-server-sdk-2.0.0 vendor/bundle/ruby/3.0.0/gems/oj-3.13.2/ext/oj/rails.h
oj-3.13.11 ext/oj/rails.h
oj-3.13.10 ext/oj/rails.h
oj-3.13.9 ext/oj/rails.h
oj-3.13.8 ext/oj/rails.h
oj-3.13.7 ext/oj/rails.h
oj-3.13.6 ext/oj/rails.h
oj-3.13.5 ext/oj/rails.h
oj-3.13.4 ext/oj/rails.h
oj-3.13.3 ext/oj/rails.h
oj-3.13.2 ext/oj/rails.h
oj-3.13.1 ext/oj/rails.h
oj-3.13.0 ext/oj/rails.h
oj-3.12.3 ext/oj/rails.h
oj-3.12.2 ext/oj/rails.h
oj-3.12.1 ext/oj/rails.h
oj-3.12.0 ext/oj/rails.h
oj-3.11.8 ext/oj/rails.h
oj-3.11.7 ext/oj/rails.h
oj-3.11.6 ext/oj/rails.h