Sha256: f9ed905d076bfb0fe9701f0d82b7f3f61fa84ecce45a3d6f383cb9855319a4e0

Contents?: true

Size: 219 Bytes

Versions: 1

Compression:

Stored size: 219 Bytes

Contents

# frozen_string_literal: true

class Shoes
  module Mock
    class Download
      def initialize(*_)
      end

      def eval_block(*_)
      end

      attr_accessor :busy

      def busy?
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shoes-core-4.0.0.rc1 lib/shoes/mock/download.rb