Sha256: e862c391a72118de4b4f995c47e702cdd2349c9979e07683e4a1e61c65869a9a

Contents?: true

Size: 124 Bytes

Versions: 2

Compression:

Stored size: 124 Bytes

Contents

module StartingBlocks

  class BashPublisher

    def receive_results results
      puts results[:text]
    end

  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
starting_blocks-1.3.1 lib/starting_blocks/bash_publisher.rb
starting_blocks-1.3.0 lib/starting_blocks/bash_publisher.rb