Sha256: 6d970d6115306158941a4823a0232c59739cbf348b44ce9c12ca1a7d724e70f3
Contents?: true
Size: 453 Bytes
Versions: 77
Compression:
Stored size: 453 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 ContentPropertyReader def content_property_reader(*props) props.each do |prop| define_method prop, proc { content[prop.to_s] } end end end end end
Version data entries
77 entries across 77 versions & 1 rubygems