Sha256: 0f152b33c4d67c4de043e2e345ff16fcaa250ca787b17d1872b66e45aa57d3b0
Contents?: true
Size: 182 Bytes
Versions: 16
Compression:
Stored size: 182 Bytes
Contents
# encoding: UTF-8 module GoodData module Mixin module RootKeySetter def root_key(a_key) define_method :root_key, proc { a_key.to_s } end end end end
Version data entries
16 entries across 16 versions & 1 rubygems