Sha256: e5b600a669fc35d8ebe0e23b9495eb519ad51785b3f94faf142918ee405c6301
Contents?: true
Size: 390 Bytes
Versions: 1
Compression:
Stored size: 390 Bytes
Contents
# Concatenates pure text in order to build messages # that are used as patterns. # Usage: # When there is a machine # # Will invoke concatenate 'machine' with 'a' with 'is' with 'there' class Restfulie::Client::Mikyung::Concatenator attr_reader :content def initialize(content, *args) @content = content args.each do |arg| @content << " " << arg.content end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
restfulie-0.8.0 | lib/restfulie/client/mikyung/concatenator.rb |