Sha256: f0a7d63ced1dcb33bcaa9060563e8fb7a53616cca31e9fccb17fa1da2ba67567

Contents?: true

Size: 241 Bytes

Versions: 3

Compression:

Stored size: 241 Bytes

Contents

# encoding: UTF-8

module Bunch
  module Compilers
    class Null
      def initialize(file, *)
        @file = file
      end

      def path
        @file.path
      end

      def content
        @file.content
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bunch-1.0.0pre3 lib/bunch/compilers/null.rb
bunch-1.0.0pre2 lib/bunch/compilers/null.rb
bunch-1.0.0pre1 lib/bunch/compilers/null.rb