Class: Pwrake::Postprocess
- Inherits:
-
Object
- Object
- Pwrake::Postprocess
- Defined in:
- lib/pwrake/master/postprocess.rb
Instance Method Summary collapse
- #close ⇒ Object
-
#initialize(runner) ⇒ Postprocess
constructor
A new instance of Postprocess.
- #run(filename) ⇒ Object
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
#close ⇒ Object
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 |