Sha256: deeb89e79ee85729733630d501d8b1a16d67af14a9cf2a3b5996b404adfced32

Contents?: true

Size: 179 Bytes

Versions: 19

Compression:

Stored size: 179 Bytes

Contents

module Bixby
  module Test

    class SideEffect
      def initialize(&block)
        @block = block
      end
      def perform
        @block.call
      end
    end

  end
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
bixby-common-0.7.1 test/side_effect.rb
bixby-common-0.7.0 test/side_effect.rb
bixby-common-0.6.6 test/side_effect.rb
bixby-common-0.6.5 test/side_effect.rb
bixby-common-0.6.4 test/side_effect.rb
bixby-common-0.6.3 test/side_effect.rb
bixby-common-0.6.2 test/side_effect.rb
bixby-common-0.6.1 test/side_effect.rb
bixby-common-0.6.0 test/side_effect.rb
bixby-common-0.5.0 test/side_effect.rb
bixby-common-0.4.13 test/side_effect.rb
bixby-common-0.4.12 test/side_effect.rb
bixby-common-0.4.11 test/side_effect.rb
bixby-common-0.4.10 test/side_effect.rb
bixby-common-0.4.9 test/side_effect.rb
bixby-common-0.4.8 test/side_effect.rb
bixby-common-0.4.7 test/side_effect.rb
bixby-common-0.4.6 test/side_effect.rb
bixby-common-0.4.5 test/side_effect.rb