Sha256: 623ae9ddc22a86cadbe90e5ff4384f95e7177661a6fd221575417f9b5d0ae15a
Contents?: true
Size: 230 Bytes
Versions: 58
Compression:
Stored size: 230 Bytes
Contents
class Kubes::Compiler::Strategy class Pass < Base def run # use filehandle instead of content. write is aware of this and handles properly io = File.read(@path) Result.new(@save_file, io) end end end
Version data entries
58 entries across 58 versions & 1 rubygems