Sha256: 21440ef54030a42c2ad6222c01ecb004768fb0facac83a9207dfd6266b4b1d26

Contents?: true

Size: 143 Bytes

Versions: 2

Compression:

Stored size: 143 Bytes

Contents

module Supa
  module Commands
    class Attribute < Supa::Command
      def represent
        @tree[@name] = value
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
supa-0.3.0 lib/supa/commands/attribute.rb
supa-0.2.0 lib/supa/commands/attribute.rb