Sha256: fb964e5ea0219d9e422ff4f7ebef471bd63c8ce970fcdf5ea0b1a0eab38e6af2
Contents?: true
Size: 350 Bytes
Versions: 73
Compression:
Stored size: 350 Bytes
Contents
# encoding: UTF-8 # # Copyright (c) 2010-2017 GoodData Corporation. All rights reserved. # This source code is licensed under the BSD-style license found in the # LICENSE file in the root directory of this source tree. module GoodData module Mixin module MdJson def to_json(*args) json.to_json(*args) end end end end
Version data entries
73 entries across 73 versions & 1 rubygems