Sha256: 7dc84d8f2df4190241cf713360c75fe49f199726ac00c772b734036a5bb120e2
Contents?: true
Size: 155 Bytes
Versions: 44
Compression:
Stored size: 155 Bytes
Contents
module Celerity Identifier = Struct.new(:tag, :attributes) do attr_accessor :text def initialize(t, a={}) super(t, a) end end end
Version data entries
44 entries across 44 versions & 7 rubygems
Version | Path |
---|---|
celerity-0.7.3 | lib/celerity/identifier.rb |
celerity-0.0.7.2 | lib/celerity/identifier.rb |
celerity-0.0.7 | lib/celerity/identifier.rb |
celerity-0.0.6 | lib/celerity/identifier.rb |