Sha256: efe441d360c9c864eefc9054178b65b92de66927445c86676d0a62a7abd170c6
Contents?: true
Size: 273 Bytes
Versions: 214
Compression:
Stored size: 273 Bytes
Contents
$ erubis -XC example11.rhtml _buf = ''; if @list.nil? || @list.empty? else @list.each_with_index do |item, i| _buf << ( i % 2 == 0 ? '#FCC' : '#CCF' ).to_s; _buf << ( item ).to_s; end end _buf.to_s
Version data entries
214 entries across 188 versions & 44 rubygems