Sha256: 4156f3a1d0ba6c5835d95848dff065feaf560debb58c67129396d422770d093d
Contents?: true
Size: 354 Bytes
Versions: 77
Compression:
Stored size: 354 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 ContentGetter def content data && data['content'] end end end end
Version data entries
77 entries across 77 versions & 1 rubygems