Sha256: 4219e4111fea4a700f5d19e8b3c83fe98cec4c8b9ee0741bbfcca8931ac67204
Contents?: true
Size: 453 Bytes
Versions: 29
Compression:
Stored size: 453 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 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
29 entries across 29 versions & 2 rubygems