Sha256: 35a0e9943e76713bf91f9a3babe1f3c0ae2842d3798419ffd03630f19498d6d0
Contents?: true
Size: 354 Bytes
Versions: 29
Compression:
Stored size: 354 Bytes
Contents
# encoding: UTF-8 # # Copyright (c) 2010-2015 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
29 entries across 29 versions & 2 rubygems