Sha256: e0a0f106ac9464c3864d9805c8c4747cc55b4f7bfefa85f8f747d728a67a8c92
Contents?: true
Size: 202 Bytes
Versions: 3
Compression:
Stored size: 202 Bytes
Contents
module Hyde # HAXXX... to be deprecated class Scope def data=(data) @data = OpenStruct.new(data) end def method_missing(meth, *args, &blk) @data.send meth end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hydeweb-0.0.2.pre | lib/hyde/scope.rb |
hydeweb-0.0.1.pre5 | lib/hyde/scope.rb |
hydeweb-0.0.1.pre4 | lib/hyde/scope.rb |