Sha256: a887b20b54e009b587eb41353b1064f244bc6a893e0e5d2b8e8420172c85ba30
Contents?: true
Size: 122 Bytes
Versions: 14
Compression:
Stored size: 122 Bytes
Contents
module Nasty module Command def then(next_command) CompositeCommand.new(self, next_command) end end end
Version data entries
14 entries across 14 versions & 1 rubygems