Sha256: 8678d3a3a48b95a59826f50a8d8f840920ab64f372160de2f28120fe62b28936
Contents?: true
Size: 246 Bytes
Versions: 3
Compression:
Stored size: 246 Bytes
Contents
require 'supa/command' module Supa module Commands class Object < Supa::Command def represent tree[name] = {} Supa::Builder.new(context: get_value, tree: tree[name]).instance_exec(&block) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
supa-0.1.4 | lib/supa/commands/object.rb |
supa-0.1.3 | lib/supa/commands/object.rb |
supa-0.1.2 | lib/supa/commands/object.rb |