Sha256: d049e1e6331083731af6ad4185833e5b0d351430f837f0d6c7051cea09c1f103
Contents?: true
Size: 326 Bytes
Versions: 3
Compression:
Stored size: 326 Bytes
Contents
/* rails.h * Copyright (c) 2017, Peter Ohler * All rights reserved. */ #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; #endif /* __OJ_RAILS_H__ */
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
oj-3.0.5 | ext/oj/rails.h |
oj-3.0.4 | ext/oj/rails.h |
oj-3.0.3 | ext/oj/rails.h |