Class: Terraspace::Compiler::Strategy::Mod::Pass

Inherits:
Base show all
Defined in:
lib/terraspace/compiler/strategy/mod/pass.rb

Instance Method Summary collapse

Methods inherited from AbstractBase

#initialize

Constructor Details

This class inherits a constructor from Terraspace::Compiler::Strategy::AbstractBase

Instance Method Details

#runObject



3
4
5
# File 'lib/terraspace/compiler/strategy/mod/pass.rb', line 3

def run
  File.open(@src_path) # return filehandle instead of content. Writer also handles
end