Class: Pwrake::Postprocess

Inherits:
Object
  • Object
show all
Defined in:
lib/pwrake/master/postprocess.rb

Instance Method Summary collapse

Constructor Details

#initialize(runner) ⇒ Postprocess

Returns a new instance of Postprocess.



5
6
# File 'lib/pwrake/master/postprocess.rb', line 5

def initialize(runner)
end

Instance Method Details

#closeObject



12
13
# File 'lib/pwrake/master/postprocess.rb', line 12

def close
end

#run(filename) ⇒ Object



8
9
10
# File 'lib/pwrake/master/postprocess.rb', line 8

def run(filename)
  []
end