class Terraspace::Compiler::Strategy::Mod::Pass

Public Instance Methods

run() click to toggle source
# 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